1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 08:07:24 +08:00

Reduce spacing changes

This commit is contained in:
Dean Herbert 2018-05-21 15:56:02 +09:00
parent cea935ea40
commit f53164843d

View File

@ -67,7 +67,6 @@ namespace osu.Game.Rulesets.UI
/// </summary>
public readonly CursorContainer Cursor;
protected readonly Ruleset Ruleset;
private IRulesetConfigManager rulesetConfig;
@ -94,6 +93,7 @@ namespace osu.Game.Rulesets.UI
private void load(OnScreenDisplay onScreenDisplay, SettingsStore settings)
{
this.onScreenDisplay = onScreenDisplay;
rulesetConfig = CreateConfig(Ruleset, settings);
if (rulesetConfig != null)