From 918b09cabc39dbf13bed2406da56035341ac1cf4 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Tue, 15 Feb 2022 08:56:58 -0600 Subject: Initialize bools in the headers in editor --- editor/editor_run_native.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/editor_run_native.h') 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 menus; - bool first; + bool first = true; int resume_idx; int resume_platform; -- cgit v1.2.3