mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
apply feedback
-don't directly set AllowOverlay Bindable this should be done specifically where needed -remove AllowOverlay Bindable from ButtonSystem -remove unnecessary xmldoc
This commit is contained in:
@ -10,7 +10,6 @@ using osu.Framework.Input;
|
||||
using osu.Framework.Screens;
|
||||
using osu.Game.Beatmaps;
|
||||
using osu.Game.Graphics.Containers;
|
||||
using osu.Game.Overlays;
|
||||
using osu.Game.Screens.Backgrounds;
|
||||
using osu.Game.Screens.Charts;
|
||||
using osu.Game.Screens.Direct;
|
||||
@ -80,8 +79,6 @@ namespace osu.Game.Screens.Menu
|
||||
}
|
||||
|
||||
preloadSongSelect();
|
||||
|
||||
AllowOverlays.Value = OverlayActivation.Disabled;
|
||||
}
|
||||
|
||||
private void preloadSongSelect()
|
||||
|
Reference in New Issue
Block a user