diff options
Diffstat (limited to 'editor/editor_run_native.h')
-rw-r--r-- | editor/editor_run_native.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_run_native.h b/editor/editor_run_native.h index 199d094e55..4cb5779350 100644 --- a/editor/editor_run_native.h +++ b/editor/editor_run_native.h @@ -38,7 +38,7 @@ class EditorRunNative : public HBoxContainer { GDCLASS(EditorRunNative, HBoxContainer); Map<int, MenuButton *> menus; - bool first; + bool first = true; int resume_idx; int resume_platform; |