1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Fix 'Attempted to remove invalid ID' errors

This commit is contained in:
Rafał Mikrut
2021-07-31 08:52:50 +02:00
parent f2efa6f4f3
commit e8877806ec
4 changed files with 18 additions and 18 deletions

View File

@@ -222,7 +222,7 @@ void RendererCompositorRD::set_boot_image(const Ref<Image> &p_image, const Color
RD::get_singleton()->swap_buffers();
RD::get_singleton()->free(texture);
storage->free(texture);
}
RendererCompositorRD *RendererCompositorRD::singleton = nullptr;