mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 15:09:34 +02:00
remove debugging print
This commit is contained in:
parent
7bc7bddc3a
commit
60f2314469
1 changed files with 0 additions and 2 deletions
|
@ -529,7 +529,6 @@ function MyController(hand) {
|
||||||
};
|
};
|
||||||
|
|
||||||
this.updateParticleBeam = function(position, orientation, color, speed, spread, lifespan) {
|
this.updateParticleBeam = function(position, orientation, color, speed, spread, lifespan) {
|
||||||
print('lifespan::' + lifespan);
|
|
||||||
Entities.editEntity(this.particleBeam, {
|
Entities.editEntity(this.particleBeam, {
|
||||||
rotation: orientation,
|
rotation: orientation,
|
||||||
position: position,
|
position: position,
|
||||||
|
@ -538,7 +537,6 @@ function MyController(hand) {
|
||||||
emitSpeed: speed,
|
emitSpeed: speed,
|
||||||
speedSpread:spread,
|
speedSpread:spread,
|
||||||
lifespan: lifespan
|
lifespan: lifespan
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue