remove dead comment

This commit is contained in:
ZappoMan 2014-02-10 19:53:34 -08:00
parent 4b5e633258
commit 4b2ddc9021

View file

@ -138,8 +138,6 @@ function handleGrabBehavior() {
MyAvatar.headPitch = MyAvatar.headPitch - euler.x;
}
//print("velocity=" +velocity.x +"," +velocity.y +"," +velocity.z + " length=" + Vec3.length(velocity));
// add some velocity...
if (stoppedGrabbing) {
velocity = Vec3.sum(velocity, getAndResetGrabDeltaVelocity());