mirror of
https://github.com/yuukiwww/taiko-web.git
synced 2024-10-22 17:05:49 +02:00
fix 2P breakage
This commit is contained in:
parent
2e6124fbac
commit
99463a7bf0
@ -1704,11 +1704,12 @@
|
||||
}
|
||||
if(!this.multiplayer){
|
||||
pageEvents.remove(this.canvas, "mousedown")
|
||||
this.songBg.parentNode.removeChild(this.songBg)
|
||||
this.songStage.parentNode.removeChild(this.songStage)
|
||||
}
|
||||
pageEvents.mouseRemove(this)
|
||||
this.donBg.parentNode.removeChild(this.donBg)
|
||||
this.songBg.parentNode.removeChild(this.songBg)
|
||||
this.songStage.parentNode.removeChild(this.songStage)
|
||||
|
||||
delete this.donBg
|
||||
delete this.songBg
|
||||
delete this.songStage
|
||||
|
Loading…
Reference in New Issue
Block a user