mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-14 05:55:00 -04:00
Fixed #2286.
This commit is contained in:
parent
9f9e9cc639
commit
e48d996a60
1 changed files with 1 additions and 1 deletions
|
@ -675,7 +675,7 @@ module.exports = class ThangsTabView extends CocoView
|
|||
lank = @surface.lankBoss.lanks[thang.id]
|
||||
lank.update true
|
||||
lank.marks.debug?.destroy()
|
||||
lank.marks.debug = null
|
||||
delete lank.marks.debug
|
||||
lank.setDebug true
|
||||
|
||||
rotateSelectedThangTo: (radians) ->
|
||||
|
|
Loading…
Add table
Reference in a new issue