mirror of
https://github.com/godotengine/godot.git
synced 2025-03-26 00:16:37 +08:00
Fix NavigationServer free error print
Fixes error print for NavigationServer free when a RID can not be found.
This commit is contained in:
parent
61d2c85511
commit
73dc680fc1
@ -757,7 +757,7 @@ COMMAND_1(free, RID, p_object) {
|
||||
agent_owner.free(p_object);
|
||||
|
||||
} else {
|
||||
ERR_FAIL_COND("Attempted to free a NavigationServer RID that did not exist (or was already freed).");
|
||||
ERR_PRINT("Attempted to free a NavigationServer RID that did not exist (or was already freed).");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user