Merge pull request #20295 from volzhs/fix-restart

Fix unwanted restarting
This commit is contained in:
volzhs 2018-07-20 10:45:56 +09:00 committed by GitHub
commit b2d7641a0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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.