diff --git a/core/os/os.cpp b/core/os/os.cpp index f99e98c240cb..3b34f0aa1531 100644 --- a/core/os/os.cpp +++ b/core/os/os.cpp @@ -674,6 +674,7 @@ List OS::get_restart_on_exit_argumens() const { OS::OS() { void *volatile stack_bottom; + restart_on_exit = false; last_error = NULL; singleton = this; _keep_screen_on = true; // set default value to true, because this had been true before godot 2.0.