mirror of
https://github.com/jiojciojsioe3/a3cjroijsiojiorj.git
synced 2024-11-15 07:21:50 +08:00
fix 2P breakage
This commit is contained in:
parent
2e6124fbac
commit
99463a7bf0
@ -1704,11 +1704,12 @@
|
|||||||
}
|
}
|
||||||
if(!this.multiplayer){
|
if(!this.multiplayer){
|
||||||
pageEvents.remove(this.canvas, "mousedown")
|
pageEvents.remove(this.canvas, "mousedown")
|
||||||
|
this.songBg.parentNode.removeChild(this.songBg)
|
||||||
|
this.songStage.parentNode.removeChild(this.songStage)
|
||||||
}
|
}
|
||||||
pageEvents.mouseRemove(this)
|
pageEvents.mouseRemove(this)
|
||||||
this.donBg.parentNode.removeChild(this.donBg)
|
this.donBg.parentNode.removeChild(this.donBg)
|
||||||
this.songBg.parentNode.removeChild(this.songBg)
|
|
||||||
this.songStage.parentNode.removeChild(this.songStage)
|
|
||||||
delete this.donBg
|
delete this.donBg
|
||||||
delete this.songBg
|
delete this.songBg
|
||||||
delete this.songStage
|
delete this.songStage
|
||||||
|
Loading…
Reference in New Issue
Block a user