mirror of
https://github.com/jiojciojsioe3/a3cjroijsiojiorj.git
synced 2024-11-15 07:21:50 +08:00
Fix black loading screens
This commit is contained in:
parent
f9bb8cabb0
commit
f535428125
@ -130,6 +130,7 @@ class Controller{
|
|||||||
if(!fadeIn){
|
if(!fadeIn){
|
||||||
this.clean()
|
this.clean()
|
||||||
}
|
}
|
||||||
|
loader.screen.classList.remove("view")
|
||||||
new SongSelect(false, fadeIn, this.touchEnabled)
|
new SongSelect(false, fadeIn, this.touchEnabled)
|
||||||
}
|
}
|
||||||
restartSong(){
|
restartSong(){
|
||||||
|
@ -752,7 +752,7 @@ class Scoresheet{
|
|||||||
|
|
||||||
if(elapsed >= 1000){
|
if(elapsed >= 1000){
|
||||||
this.clean()
|
this.clean()
|
||||||
this.controller.songSelection(true, false, p2.session ? this.touchEnabled : this.state.pointerLocked)
|
this.controller.songSelection(true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -811,7 +811,6 @@ class Scoresheet{
|
|||||||
if(p2.session){
|
if(p2.session){
|
||||||
pageEvents.remove(p2, "message")
|
pageEvents.remove(p2, "message")
|
||||||
}
|
}
|
||||||
loader.screen.classList.remove("view")
|
|
||||||
if(!this.multiplayer){
|
if(!this.multiplayer){
|
||||||
delete this.tetsuoHana
|
delete this.tetsuoHana
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user