1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 06:47:24 +08:00

Removed rreduntant initialization.

This commit is contained in:
Michael Manis 2018-01-21 20:24:19 -05:00
parent ad2df8d8df
commit 806da21760

View File

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