added lifetime

This commit is contained in:
ericrius1 2016-02-23 09:06:35 -08:00
parent ec36995908
commit 69dc9ef68f

View file

@ -70,7 +70,8 @@ var _this;
},
position: position,
textures: _this.MARKER_TEXTURE_URL,
color: _this.markerColor
color: _this.markerColor,
lifetime: 1000
});
_this.linePoints = [];