aboutsummaryrefslogtreecommitdiff
path: root/core/print_string.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2015-06-30 11:28:43 -0300
committerJuan Linietsky2015-06-30 11:28:43 -0300
commit55b34e05b3d735a84e1af9833e19c0b816c18252 (patch)
treea2e5e0020bf68a2b3ea66010dfe5f54b83403d7b /core/print_string.cpp
parent95047562d743b1c1fdc007432c8a0c145a455c5d (diff)
downloadgodot-55b34e05b3d735a84e1af9833e19c0b816c18252.tar.gz
godot-55b34e05b3d735a84e1af9833e19c0b816c18252.tar.zst
godot-55b34e05b3d735a84e1af9833e19c0b816c18252.zip
Diffstat (limited to 'core/print_string.cpp')
-rw-r--r--core/print_string.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/print_string.cpp b/core/print_string.cpp
index a06d4de23..42e018f30 100644
--- a/core/print_string.cpp
+++ b/core/print_string.cpp
@@ -32,6 +32,7 @@
static PrintHandlerList *print_handler_list=NULL;
bool _print_line_enabled=true;
+bool _print_error_enabled = true;
void add_print_handler(PrintHandlerList *p_handler) {