mirror of
https://github.com/godotengine/godot
synced 2024-11-02 14:43:31 +00:00
Fix unwanted restarting
This commit is contained in:
parent
c69de2ba46
commit
515c848ba8
1 changed files with 1 additions and 0 deletions
|
@ -674,6 +674,7 @@ List<String> 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.
|
||||
|
|
Loading…
Reference in a new issue