Fix for no Camera for creating Marks in the Thang Editor.

This commit is contained in:
Nick Winter 2014-03-16 21:48:28 -07:00
parent af57e88a1a
commit b51f51f636

View file

@ -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 ? [])