You've already forked godot
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:
@@ -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