fix 2P breakage again

This commit is contained in:
Bui 2019-01-02 04:32:33 +00:00
parent 99463a7bf0
commit b91b3110d5

View File

@ -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