Fix formating.

This commit is contained in:
NullifiedJosh
2022-10-06 18:30:49 +08:00
parent 0f6a6287f2
commit 6543171169
2 changed files with 11 additions and 29 deletions

View File

@ -27,7 +27,7 @@ namespace osu.Game.Rulesets.Catch.UI
protected override bool UserScrollSpeedAdjustment => false;
private bool showMobileMapper = true;
private readonly bool showMobileMapper = true;
public DrawableCatchRuleset(Ruleset ruleset, IBeatmap beatmap, IReadOnlyList<Mod> mods = null)
: base(ruleset, beatmap, mods)