mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-03-23 05:15:14 -04:00
rank clipping fix
This commit is contained in:
parent
4311dd2074
commit
bc783a278a
1 changed files with 1 additions and 2 deletions
|
@ -1640,6 +1640,7 @@ class FreeplayState extends MusicBeatSubState
|
|||
{
|
||||
songCapsule.songData.currentDifficulty = currentDifficulty;
|
||||
songCapsule.init(null, null, songCapsule.songData);
|
||||
songCapsule.checkClip();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -2024,8 +2025,6 @@ class FreeplaySongData
|
|||
|
||||
function set_currentDifficulty(value:String):String
|
||||
{
|
||||
// if (currentDifficulty == value) return value;
|
||||
|
||||
currentDifficulty = value;
|
||||
updateValues(displayedVariations);
|
||||
return value;
|
||||
|
|
Loading…
Reference in a new issue