Browse Source

Fix unhandled exception re-thrown in the editor

Ignacio Etcheverry 4 năm trước cách đây
mục cha
commit
bbaf854956

+ 1 - 0
modules/mono/mono_gd/gd_mono_utils.cpp

@@ -480,6 +480,7 @@ void set_pending_exception(MonoException *p_exc) {
 #else
 #else
 	if (get_runtime_invoke_count() == 0) {
 	if (get_runtime_invoke_count() == 0) {
 		debug_unhandled_exception(p_exc);
 		debug_unhandled_exception(p_exc);
+		return;
 	}
 	}
 
 
 	if (!mono_runtime_set_pending_exception(p_exc, false)) {
 	if (!mono_runtime_set_pending_exception(p_exc, false)) {