Skip to content

Commit

Permalink
Change BaseStage.Countdown to Countdown in Template.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryFrosty authored Sep 8, 2024
1 parent 2404a3f commit 57239a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/states/stages/Template.hx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Template extends BaseStage
}


override function countdownTick(count:BaseStage.Countdown, num:Int)
override function countdownTick(count:Countdown, num:Int)
{
switch(count)
{
Expand Down

0 comments on commit 57239a3

Please sign in to comment.