This commit is contained in:
Bui 2022-02-17 23:07:21 +00:00
commit e356b094c2

View File

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