fix note miss bullshit

This commit is contained in:
Cameron Taylor
2020-10-28 01:24:56 -07:00
parent c2d1b86c98
commit c8e3a27044
8 changed files with 47 additions and 17 deletions

View File

@ -15,6 +15,10 @@ class MusicBeatState extends FlxUIState
private var curStep:Int = 0;
private var curBeat:Int = 0;
private var controls(get, never):Controls;
inline function get_controls():Controls
return PlayerSettings.player1.controls;
override function create()
{