1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 08:52:55 +08:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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