You've already forked godot
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user