This commit is contained in:
James B. Pollack 2015-11-18 11:28:07 -08:00
parent 5f3e3ed9d1
commit 12e2178dd3

View file

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