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