Commit 99463a7b authored by Bui's avatar Bui

fix 2P breakage

parent 2e6124fb
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment