Fix debugger icon for warnings
This commit is contained in:
parent
1c17c2b9b3
commit
4fdb8ebdec
2 changed files with 22 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue