1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-27 02:32:59 +08:00

Update ManiaPlayfield.cs

This commit is contained in:
Dan Balasescu 2017-05-03 20:11:24 +09:00 committed by GitHub
parent 8aa6bb636c
commit 5024a74192

View File

@ -25,7 +25,7 @@ namespace osu.Game.Rulesets.Mania.UI
/// Default column keys, expanding outwards from the middle as more column are added.
/// E.g. 2 columns use FJ, 4 columns use DFJK, 6 use SDFJKL, etc...
/// </summary>
private static readonly Key[] default_keys = new[] { Key.A, Key.S, Key.D, Key.F, Key.J, Key.K, Key.L, Key.Semicolon };
private static readonly Key[] default_keys = { Key.A, Key.S, Key.D, Key.F, Key.J, Key.K, Key.L, Key.Semicolon };
private SpecialColumnStyle specialColumnStyle;
/// <summary>