mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-15 00:14:48 -04:00
Fix Stack Overflow if song doesn't have "normal" difficulty
This commit is contained in:
parent
dd30012d80
commit
7e6ef61169
1 changed files with 2 additions and 0 deletions
|
@ -2039,6 +2039,8 @@ class FreeplaySongData
|
|||
|
||||
function set_currentDifficulty(value:String):String
|
||||
{
|
||||
if (currentDifficulty == value) return value;
|
||||
|
||||
currentDifficulty = value;
|
||||
updateValues(displayedVariations);
|
||||
return value;
|
||||
|
|
Loading…
Add table
Reference in a new issue