Fix black loading screens

This commit is contained in:
LoveEevee
2019-01-01 16:35:12 +03:00
parent f9bb8cabb0
commit f535428125
2 changed files with 2 additions and 2 deletions

View File

@@ -130,6 +130,7 @@ class Controller{
if(!fadeIn){
this.clean()
}
loader.screen.classList.remove("view")
new SongSelect(false, fadeIn, this.touchEnabled)
}
restartSong(){