1
0
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:
qarmin
2019-05-30 10:28:03 +02:00
parent 8c923fc617
commit a32f020b53
3 changed files with 8 additions and 3 deletions

View File

@@ -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) {