remove unused line

This commit is contained in:
James B. Pollack 2015-12-30 11:50:20 -08:00
parent 7b14fa0070
commit 2de517c70f

View file

@ -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) {