Skip to content

Commit

Permalink
wah
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Apr 12, 2024
1 parent ae64dde commit 4501901
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/ChartingState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ class ChartingState extends BeatState
bullshitUI.add(title);
}

function getEvent(id:String, sender:Dynamic, data:Dynamic, ?params:Array<Dynamic>)
override function getEvent(id:String, sender:Dynamic, data:Dynamic, ?params:Array<Dynamic>)
{
if (id == FlxUICheckBox.CLICK_EVENT)
{
Expand Down
2 changes: 1 addition & 1 deletion source/SongSelectState.hx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package;

class SongSelectState extends BeatState
class SongSelectState extends FlxState
{
var grpSongs:FlxTypedGroup<FlxText>;
var songs:Array<String> = ["Bopeebo", "Bopeebo", "Bopeebo"]; // only testing for now
Expand Down

0 comments on commit 4501901

Please # to comment.