Merge pull request #563 from smoogipooo/general_taiko_fixes

General taiko fixes
This commit is contained in:
Dean Herbert
2017-03-29 13:33:40 +09:00
committed by GitHub
4 changed files with 11 additions and 23 deletions

View File

@ -21,7 +21,7 @@ namespace osu.Game.Modes.Taiko.UI
{
public InputDrum()
{
Size = new Vector2(TaikoPlayfield.PlayfieldHeight);
Size = new Vector2(TaikoPlayfield.PLAYFIELD_HEIGHT);
const float middle_split = 10;