mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-13 14:21:11 +01:00
Don't error in RenderingServerRaster::free() if the supplied RID is just invalid.
This commit is contained in:
parent
d59353d48e
commit
f92fd3374b
@ -67,7 +67,6 @@ void RenderingServerRaster::_draw_margins() {
|
||||
|
||||
void RenderingServerRaster::free(RID p_rid) {
|
||||
if (!p_rid.is_valid()) {
|
||||
ERR_FAIL_MSG("Invalid RID.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user