From 39196501f1f0403518dece6a20977ec6025cad45 Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Mon, 5 May 2014 14:23:50 -0700 Subject: [PATCH] removed some unhelpful comments --- interface/src/avatar/MyAvatar.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/interface/src/avatar/MyAvatar.h b/interface/src/avatar/MyAvatar.h index 5ef8425b67..0c02e42eb0 100644 --- a/interface/src/avatar/MyAvatar.h +++ b/interface/src/avatar/MyAvatar.h @@ -125,12 +125,10 @@ private: glm::vec3 _environmentGravity; float _distanceToNearestAvatar; // How close is the nearest avatar? - // old motion stuff bool _wasPushing; bool _isPushing; glm::vec3 _thrust; // final acceleration from outside sources for the current frame - // new motion stuff glm::vec3 _motorVelocity; // intended velocity of avatar motion float _motorTimescale; // timescale for avatar motor to achieve its desired velocity float _maxMotorSpeed;