mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 03:53:52 +02:00
remove dead comment
This commit is contained in:
parent
4b5e633258
commit
4b2ddc9021
1 changed files with 0 additions and 2 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue