diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2022-02-15 08:56:58 -0600 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2022-03-12 13:34:06 -0600 |
commit | 918b09cabc39dbf13bed2406da56035341ac1cf4 (patch) | |
tree | 20989f8c374745f579f88c0dd925b31fa9b1ba55 /editor/editor_run_native.cpp | |
parent | d7019de7e3c416e5492d1508b39c9b25adc2483a (diff) | |
download | redot-engine-918b09cabc39dbf13bed2406da56035341ac1cf4.tar.gz |
Initialize bools in the headers in editor
Diffstat (limited to 'editor/editor_run_native.cpp')
-rw-r--r-- | editor/editor_run_native.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/editor_run_native.cpp b/editor/editor_run_native.cpp index 77f135bb63..5db7b8673f 100644 --- a/editor/editor_run_native.cpp +++ b/editor/editor_run_native.cpp @@ -168,7 +168,6 @@ bool EditorRunNative::is_deploy_debug_remote_enabled() const { EditorRunNative::EditorRunNative() { set_process(true); - first = true; resume_idx = 0; resume_platform = 0; } |