Skip to content

Commit

Permalink
difficulty fix thing whatever
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyrid19 committed Feb 18, 2024
1 parent 8742119 commit 077bc7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/FreeplayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,8 @@ class FreeplayState extends MusicBeatState
function setDiffSelect(selected:Bool = true) {
songSelected = selected;

changeDiff();

FlxTween.cancelTweensOf(diffSprite);

if (selected == true) {
Expand Down

0 comments on commit 077bc7f

Please sign in to comment.