add explaining comment

This commit is contained in:
Seth Alves 2016-09-14 11:28:22 -07:00
parent e5e9bb0052
commit 8734661a0e

View file

@ -245,6 +245,7 @@ void AvatarActionHold::doKinematicUpdate(float deltaTimeStep) {
// 4 -- ignore i of 1 2 3
// 5 -- ignore i of 2 3 4
// This code is now disabled, but I'm leaving it comment-out because I suspect it will come back.
// if ((i + 1) % AvatarActionHold::velocitySmoothFrames == _measuredLinearVelocitiesIndex ||
// (i + 2) % AvatarActionHold::velocitySmoothFrames == _measuredLinearVelocitiesIndex ||
// (i + 3) % AvatarActionHold::velocitySmoothFrames == _measuredLinearVelocitiesIndex) {