Added a comment

This commit is contained in:
AppleHair 2024-07-16 22:36:11 +03:00 committed by GitHub
parent 5e1d25e791
commit a93cd05aeb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}