Skip to content

Commit

Permalink
2 "else"? why?
Browse files Browse the repository at this point in the history
  • Loading branch information
MidyGamy committed Jan 30, 2025
1 parent 4c6cdaf commit 4094bb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/funkin/play/stage/Bopper.hx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ class Bopper extends StageProp implements IPlayStateScriptedClass
}
_realDanceEvery = Math.max(danceEvery, danceEveryNumBeats);
}
else // to do: for danceEvery with decimals
else // for decymal danceEvery (X.25, X.50 and X.75)
{
// maybe to rework, for the moment it tries to have the same patern every sections
Expand Down

0 comments on commit 4094bb7

Please sign in to comment.