mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-28 15:03:57 -04:00
Fix for no Camera for creating Marks in the Thang Editor.
This commit is contained in:
parent
af57e88a1a
commit
b51f51f636
1 changed files with 6 additions and 5 deletions
|
@ -418,6 +418,7 @@ module.exports = CocoSprite = class CocoSprite extends CocoClass
|
|||
pos
|
||||
|
||||
createMarks: ->
|
||||
return unless @options.camera
|
||||
if @thang
|
||||
allProps = []
|
||||
allProps = allProps.concat (@thang.hudProperties ? [])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue