update position and rotation from the script, even though we should not have to.

This commit is contained in:
Philip Rosedale 2015-05-12 13:11:11 -07:00
parent 2185cf1883
commit 11ab97e0fc

View file

@ -243,9 +243,11 @@ function update(deltaTime) {
}
Entities.editEntity(grabbedEntity, {
position: currentPosition,
rotation: currentRotation,
velocity: newVelocity,
angularVelocity: angularVelocity
})
});
updateDropLine(targetPosition);
}
}