mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-24 00:54:26 +02:00
remove unused line
This commit is contained in:
parent
7b14fa0070
commit
2de517c70f
1 changed files with 0 additions and 1 deletions
|
@ -577,7 +577,6 @@ function MyController(hand) {
|
||||||
Entities.editEntity(this.particleBeam,{
|
Entities.editEntity(this.particleBeam,{
|
||||||
lifetime: TEMPORARY_PARTICLE_BEAM_LIFETIME + props.age // renew lifetime
|
lifetime: TEMPORARY_PARTICLE_BEAM_LIFETIME + props.age // renew lifetime
|
||||||
})
|
})
|
||||||
var lifetime = Entities.getEntityProperties(this.particleBeam,"lfietime").lifetime;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
this.evalLightWorldTransform = function(modelPos, modelRot) {
|
this.evalLightWorldTransform = function(modelPos, modelRot) {
|
||||||
|
|
Loading…
Reference in a new issue