Skip to content

Commit

Permalink
what
Browse files Browse the repository at this point in the history
  • Loading branch information
HRK-EXEX committed Nov 25, 2024
1 parent 68cf737 commit 25f4624
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/mikolka/vslice/results/ResultState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,8 @@ class ResultState extends MusicBeatSubState
}
});
} else {
FlxTransitionableState.skipNextTransIn = false;
FlxTransitionableState.skipNextTransOut = true;
FreeplayState.fromResultState = true;
targetState = new FreeplayState();
}
Expand Down Expand Up @@ -892,7 +894,7 @@ class ResultState extends MusicBeatSubState
else
{
if (!ClientPrefs.data.vsliceFreeplay) {
FlxTransitionableState.skipNextTransIn = isHighRank;
FlxTransitionableState.skipNextTransIn = false;
FlxTransitionableState.skipNextTransOut = false;
MusicBeatState.switchState(targetState);
} else FlxG.switchState(targetState);
Expand Down

0 comments on commit 25f4624

Please sign in to comment.