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
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ public class ManiaPlayfield : Playfield<ManiaBaseHit, ManiaJudgement>
/// 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>