mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 15:29:42 +02:00
cleanup
This commit is contained in:
parent
5f3e3ed9d1
commit
12e2178dd3
1 changed files with 10 additions and 12 deletions
|
@ -113,7 +113,6 @@
|
|||
Entities.editEntity(this.currentBubble, {
|
||||
velocity: velocity,
|
||||
lifetime: lifetime,
|
||||
ignoreForCollisions:false,
|
||||
gravity: this.randomizeBubbleGravity()
|
||||
});
|
||||
|
||||
|
@ -180,7 +179,6 @@
|
|||
//only get the properties that we need
|
||||
var properties = Entities.getEntityProperties(this.entityID, ["position", "rotation"]);
|
||||
|
||||
|
||||
var wandTipPosition = this.getWandTipPosition(properties);
|
||||
|
||||
//update the bubble to stay with the wand tip
|
||||
|
|
Loading…
Reference in a new issue