mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-12-01 16:51:27 +00:00
rank clipping fix
This commit is contained in:
parent
4311dd2074
commit
bc783a278a
|
|
@ -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