add explaining comment

This commit is contained in:
Seth Alves 2016-09-14 11:33:03 -07:00
parent 8734661a0e
commit 59db640cb5

View file

@ -245,7 +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.
// This code is now disabled, but I'm leaving it commented-out because I suspect it will come back.
// if ((i + 1) % AvatarActionHold::velocitySmoothFrames == _measuredLinearVelocitiesIndex ||
// (i + 2) % AvatarActionHold::velocitySmoothFrames == _measuredLinearVelocitiesIndex ||
// (i + 3) % AvatarActionHold::velocitySmoothFrames == _measuredLinearVelocitiesIndex) {