Fix 'Attempted to remove invalid ID' errors
This commit is contained in:
parent
f2efa6f4f3
commit
e8877806ec
4 changed files with 18 additions and 18 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue