mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +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,{
|
||||
lifetime: TEMPORARY_PARTICLE_BEAM_LIFETIME + props.age // renew lifetime
|
||||
})
|
||||
var lifetime = Entities.getEntityProperties(this.particleBeam,"lfietime").lifetime;
|
||||
}
|
||||
|
||||
this.evalLightWorldTransform = function(modelPos, modelRot) {
|
||||
|
|
Loading…
Reference in a new issue