mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:52:53 +08:00
delete no longer needed bindable
This commit is contained in:
parent
5bb21ecae0
commit
41afe89c0b
@ -118,7 +118,6 @@ namespace osu.Game.Screens.Play
|
||||
sampleRestart = audio.Samples.Get(@"Gameplay/restart");
|
||||
|
||||
mouseWheelDisabled = config.GetBindable<bool>(OsuSetting.MouseDisableWheel);
|
||||
config.GetBindable<bool>(OsuSetting.ShowStoryboard);
|
||||
|
||||
ScoreProcessor = DrawableRuleset.CreateScoreProcessor();
|
||||
ScoreProcessor.Mods.BindTo(Mods);
|
||||
|
Loading…
Reference in New Issue
Block a user