fix note miss bullshit
This commit is contained in:
@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user