From a32f020b53d36bed8de61d4313c572c72bcde3bb Mon Sep 17 00:00:00 2001 From: qarmin Date: Thu, 30 May 2019 10:28:03 +0200 Subject: Properly unlock mutex --- core/print_string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/print_string.cpp') diff --git a/core/print_string.cpp b/core/print_string.cpp index d91d49f53b..3271744af3 100644 --- a/core/print_string.cpp +++ b/core/print_string.cpp @@ -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) { -- cgit v1.2.3