mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Fix debugger icon for warnings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user