aboutsummaryrefslogtreecommitdiff
path: root/editor/script_editor_debugger.h
diff options
context:
space:
mode:
authorDaniel J. Ramirez2017-08-07 21:55:24 -0500
committerDaniel J. Ramirez2017-08-08 11:44:37 -0500
commit273d2ab9d492fc6855302b69b7219a95f77644aa (patch)
tree7612bf55c71f6a15cf4246bc96fe277ecddc6e4c /editor/script_editor_debugger.h
parent9e938bf3c1d6316d6a5a87569e211e8c29842964 (diff)
downloadgodot-273d2ab9d492fc6855302b69b7219a95f77644aa.tar.gz
godot-273d2ab9d492fc6855302b69b7219a95f77644aa.tar.zst
godot-273d2ab9d492fc6855302b69b7219a95f77644aa.zip
Diffstat (limited to 'editor/script_editor_debugger.h')
-rw-r--r--editor/script_editor_debugger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/script_editor_debugger.h b/editor/script_editor_debugger.h
index 907c267d4..d255d7316 100644
--- a/editor/script_editor_debugger.h
+++ b/editor/script_editor_debugger.h
@@ -89,7 +89,7 @@ class ScriptEditorDebugger : public Control {
TabContainer *tabs;
- LineEdit *reason;
+ Label *reason;
ScriptEditorDebuggerVariables *variables;
Button *step;