Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Jul 29, 2024
1 parent c50036a commit 6c49f83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/states/ChartingState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class ChartingState extends ExtendableState {

if (Input.is("accept")) {
ExtendableState.switchState(new PlayState());
PlayState.instance.song = song;
PlayState.song = song;
}

if (FlxG.mouse.x > gridBG.x
Expand Down
2 changes: 1 addition & 1 deletion source/states/SongSelectState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class SongSelectState extends ExtendableState {
var bottomPanel:FlxSprite;

var titleTxt:FlxText;
var panelT:FlxSprite;
var topPanel:FlxSprite;

var lerpScore:Int = 0;
var intendedScore:Int = 0;
Expand Down

0 comments on commit 6c49f83

Please sign in to comment.