From 33fe2e9b36de111a215ea559ef28f70d1fa130b7 Mon Sep 17 00:00:00 2001 From: Eric Levin Date: Mon, 29 Feb 2016 16:11:08 -0800 Subject: [PATCH] Update markerEntityScript.js --- examples/homeContent/whiteboardV2/markerEntityScript.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/homeContent/whiteboardV2/markerEntityScript.js b/examples/homeContent/whiteboardV2/markerEntityScript.js index d06d5cf8e9..19907b283c 100644 --- a/examples/homeContent/whiteboardV2/markerEntityScript.js +++ b/examples/homeContent/whiteboardV2/markerEntityScript.js @@ -131,7 +131,7 @@ position: position, textures: _this.MARKER_TEXTURE_URL, color: _this.markerColor, - lifetime: 500, + lifetime: 5000, }); _this.linePoints = []; @@ -216,4 +216,4 @@ // entity scripts always need to return a newly constructed object of our type return new MarkerTip(); -}); \ No newline at end of file +});