Fix black screen

This commit is contained in:
KatieFrogs 2022-02-18 02:06:00 +03:00
parent ebc3c79c75
commit 7c0104fe5b

View File

@ -231,10 +231,10 @@ class Controller{
this.view.displayScore(score, notPlayed, bigNote)
}
songSelection(fadeIn, showWarning){
if(this.cleaned){
return
}
if(!fadeIn){
if(this.cleaned){
return
}
this.clean()
}
if(this.calibrationMode){