1
0
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:
Rémi Verschelde
2022-01-25 20:09:52 +01:00
committed by GitHub
3 changed files with 6 additions and 2 deletions

View File

@@ -590,6 +590,7 @@ void RendererSceneSkyRD::Sky::free(RendererStorageRD *p_storage) {
if (material.is_valid()) {
p_storage->free(material);
material = RID();
}
}