mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
More codespell fixes, do more changes from previous ignore list
This commit is contained in:
parent
c40020513a
commit
e52213e2fa
16 changed files with 64 additions and 64 deletions
|
|
@ -99,7 +99,7 @@ public abstract class FullScreenGodotApp extends FragmentActivity implements God
|
|||
// from scratch. Therefore, we need to kill the whole app process and relaunch it.
|
||||
//
|
||||
// Restarting only the activity, wouldn't be enough unless it did proper cleanup (including
|
||||
// releasing and reloading native libs or resetting their state somehow and clearing statics).
|
||||
// releasing and reloading native libs or resetting their state somehow and clearing static data).
|
||||
Log.v(TAG, "Restarting Godot instance...");
|
||||
ProcessPhoenix.triggerRebirth(FullScreenGodotApp.this);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue