diff options
Diffstat (limited to 'editor/debugger/editor_debugger_node.h')
-rw-r--r-- | editor/debugger/editor_debugger_node.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/debugger/editor_debugger_node.h b/editor/debugger/editor_debugger_node.h index 01aa522f40..aef1d84758 100644 --- a/editor/debugger/editor_debugger_node.h +++ b/editor/debugger/editor_debugger_node.h @@ -102,6 +102,7 @@ private: Ref<Script> stack_script; // Why?!? + bool initializing = true; int last_error_count = 0; int last_warning_count = 0; |