You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Mono: Add properties support in scripts
This commit is contained in:
@@ -52,8 +52,7 @@ void gdmono_unhandled_exception_hook(MonoObject *exc, void *user_data) {
|
||||
|
||||
(void)user_data; // UNUSED
|
||||
|
||||
ERR_PRINT(GDMonoUtils::get_exception_name_and_message(exc).utf8());
|
||||
mono_print_unhandled_exception(exc);
|
||||
GDMonoUtils::print_unhandled_exception(exc);
|
||||
abort();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user