1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-28 16:07:14 +00:00

Fix debugger icon for warnings

This commit is contained in:
Chaosus
2018-08-16 08:41:03 +03:00
parent 1c17c2b9b3
commit 4fdb8ebdec
2 changed files with 22 additions and 7 deletions

View File

@@ -96,7 +96,9 @@ class ScriptEditorDebugger : public Control {
EditorFileDialog *file_dialog;
int error_count;
int warning_count;
int last_error_count;
int last_warning_count;
bool hide_on_stop;
bool enable_external_editor;