delete no longer needed bindable

This commit is contained in:
David Zhao
2019-07-10 00:46:34 +09:00
committed by GitHub
parent 5bb21ecae0
commit 41afe89c0b

View File

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