Update markerEntityScript.js

This commit is contained in:
Eric Levin 2016-02-29 16:11:08 -08:00
parent 5762c33cfe
commit 33fe2e9b36

View file

@ -131,7 +131,7 @@
position: position, position: position,
textures: _this.MARKER_TEXTURE_URL, textures: _this.MARKER_TEXTURE_URL,
color: _this.markerColor, color: _this.markerColor,
lifetime: 500, lifetime: 5000,
}); });
_this.linePoints = []; _this.linePoints = [];