You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Fix typo
This commit is contained in:
@@ -66,7 +66,7 @@ void remove_print_handler(PrintHandlerList *p_handler) {
|
|||||||
l=l->next;
|
l=l->next;
|
||||||
|
|
||||||
}
|
}
|
||||||
OS::get_singleton()->print("print hanlder list is %p\n",print_handler_list);
|
OS::get_singleton()->print("print handler list is %p\n",print_handler_list);
|
||||||
|
|
||||||
ERR_FAIL_COND(l==NULL);
|
ERR_FAIL_COND(l==NULL);
|
||||||
_global_unlock();
|
_global_unlock();
|
||||||
|
|||||||
Reference in New Issue
Block a user