summaryrefslogtreecommitdiff
path: root/editor/action_map_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/action_map_editor.h')
-rw-r--r--editor/action_map_editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/action_map_editor.h b/editor/action_map_editor.h
index de24d3ee1f..34c70c942e 100644
--- a/editor/action_map_editor.h
+++ b/editor/action_map_editor.h
@@ -164,7 +164,7 @@ private:
// Filtering and Adding actions
- bool show_builtin_actions;
+ bool show_builtin_actions = false;
CheckButton *show_builtin_actions_checkbutton;
LineEdit *action_list_search;