mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 03:02:54 +08:00
Removed rreduntant initialization.
This commit is contained in:
parent
ad2df8d8df
commit
806da21760
@ -89,7 +89,7 @@ namespace osu.Game.Screens.Play
|
||||
private bool loadedSuccessfully => RulesetContainer?.Objects.Any() == true;
|
||||
|
||||
private bool allowRestart = true;
|
||||
private bool exited = false;
|
||||
private bool exited;
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(AudioManager audio, OsuConfigManager config, APIAccess api)
|
||||
|
Loading…
Reference in New Issue
Block a user