mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Fix regressions caused by overlay class.
This commit is contained in:
@ -97,7 +97,6 @@ namespace osu.Game
|
||||
OnHome = delegate { MainMenu?.MakeCurrent(); },
|
||||
OnSettings = Options.ToggleVisibility,
|
||||
OnPlayModeChange = delegate (PlayMode m) { PlayMode.Value = m; },
|
||||
Alpha = 0.001f,
|
||||
},
|
||||
Chat = new ChatConsole(API),
|
||||
new VolumeControl
|
||||
@ -112,12 +111,6 @@ namespace osu.Game
|
||||
}
|
||||
});
|
||||
|
||||
Toolbar.State = Visibility.Hidden;
|
||||
Toolbar.Flush();
|
||||
|
||||
Chat.State = Visibility.Hidden;
|
||||
Chat.Flush();
|
||||
|
||||
intro.ModePushed += modeAdded;
|
||||
intro.Exited += modeRemoved;
|
||||
|
||||
|
Reference in New Issue
Block a user