You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Implement toast notifications in the editor
This commit is contained in:
@@ -1688,7 +1688,7 @@ Variant VisualScriptInstance::_call_internal(const StringName &p_method, void *p
|
||||
// debugger break did not happen
|
||||
|
||||
if (!VisualScriptLanguage::singleton->debug_break(error_str, false)) {
|
||||
_err_print_error(err_func.utf8().get_data(), err_file.utf8().get_data(), err_line, error_str.utf8().get_data(), ERR_HANDLER_SCRIPT);
|
||||
_err_print_error(err_func.utf8().get_data(), err_file.utf8().get_data(), err_line, error_str.utf8().get_data(), false, ERR_HANDLER_SCRIPT);
|
||||
}
|
||||
|
||||
//}
|
||||
|
||||
Reference in New Issue
Block a user