mirror of
https://github.com/ppy/osu.git
synced 2025-02-22 02:03:20 +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 loadedSuccessfully => RulesetContainer?.Objects.Any() == true;
|
||||||
|
|
||||||
private bool allowRestart = true;
|
private bool allowRestart = true;
|
||||||
private bool exited = false;
|
private bool exited;
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(AudioManager audio, OsuConfigManager config, APIAccess api)
|
private void load(AudioManager audio, OsuConfigManager config, APIAccess api)
|
||||||
|
Loading…
Reference in New Issue
Block a user