You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Merge pull request #53954 from Chaosus/fix_quit_errors
This commit is contained in:
@@ -590,6 +590,7 @@ void RendererSceneSkyRD::Sky::free(RendererStorageRD *p_storage) {
|
||||
|
||||
if (material.is_valid()) {
|
||||
p_storage->free(material);
|
||||
material = RID();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user