From 1d12470a78d31a054aefc7f7c9a863db24b09986 Mon Sep 17 00:00:00 2001 From: George Marques Date: Tue, 14 Nov 2017 20:01:45 -0200 Subject: Add print_error function, akin to print_line --- core/script_debugger_remote.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/script_debugger_remote.cpp') diff --git a/core/script_debugger_remote.cpp b/core/script_debugger_remote.cpp index f77fb116c7..5655a4d5e4 100644 --- a/core/script_debugger_remote.cpp +++ b/core/script_debugger_remote.cpp @@ -832,7 +832,7 @@ void ScriptDebuggerRemote::send_message(const String &p_message, const Array &p_ mutex->unlock(); } -void ScriptDebuggerRemote::_print_handler(void *p_this, const String &p_string) { +void ScriptDebuggerRemote::_print_handler(void *p_this, const String &p_string, bool p_error) { ScriptDebuggerRemote *sdr = (ScriptDebuggerRemote *)p_this; -- cgit v1.2.3