1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Fix broken formatting

This commit is contained in:
Dean Herbert 2018-01-23 16:40:18 +09:00
parent 5689e93bed
commit 1fda45fe10

View File

@ -80,7 +80,7 @@ namespace osu.Game.Rulesets.Mania.UI
return null;
}
private Bindable<double> scrollTime;
private Bindable<double> scrollTime;
[BackgroundDependencyLoader]
private void load(ManiaConfigManager maniaConfig)