You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Properly unlock mutex
This commit is contained in:
@@ -68,8 +68,8 @@ void remove_print_handler(PrintHandlerList *p_handler) {
|
||||
}
|
||||
//OS::get_singleton()->print("print handler list is %p\n",print_handler_list);
|
||||
|
||||
ERR_FAIL_COND(l == NULL);
|
||||
_global_unlock();
|
||||
ERR_FAIL_COND(l == NULL);
|
||||
}
|
||||
|
||||
void print_line(String p_string) {
|
||||
|
||||
Reference in New Issue
Block a user