diff --git a/examples/controllers/handControllerGrab.js b/examples/controllers/handControllerGrab.js index e66890a640..0de2286b79 100644 --- a/examples/controllers/handControllerGrab.js +++ b/examples/controllers/handControllerGrab.js @@ -577,7 +577,6 @@ function MyController(hand) { Entities.editEntity(this.particleBeam,{ lifetime: TEMPORARY_PARTICLE_BEAM_LIFETIME + props.age // renew lifetime }) - var lifetime = Entities.getEntityProperties(this.particleBeam,"lfietime").lifetime; } this.evalLightWorldTransform = function(modelPos, modelRot) {