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 +});