mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-12-12 17:21:09 -05:00
Added a comment
This commit is contained in:
parent
5e1d25e791
commit
a93cd05aeb
1 changed files with 2 additions and 0 deletions
|
@ -2080,6 +2080,8 @@ class FreeplaySongData
|
|||
if (!this.songDifficulties.contains(currentDifficulty) && currentDifficulty != Constants.DEFAULT_DIFFICULTY)
|
||||
{
|
||||
currentDifficulty = Constants.DEFAULT_DIFFICULTY;
|
||||
// This method gets called again by the setter-method,
|
||||
// so there's no need to continue.
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue