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
|
pos
|
||||||
|
|
||||||
createMarks: ->
|
createMarks: ->
|
||||||
|
return unless @options.camera
|
||||||
if @thang
|
if @thang
|
||||||
allProps = []
|
allProps = []
|
||||||
allProps = allProps.concat (@thang.hudProperties ? [])
|
allProps = allProps.concat (@thang.hudProperties ? [])
|
||||||
|
|
Reference in a new issue