cleanup comment

This commit is contained in:
Andrew Meadows 2015-10-27 14:43:18 -07:00
parent 8b285fd228
commit e35596428c

View file

@ -1289,8 +1289,7 @@ void MyAvatar::harvestResultsFromPhysicsSimulation() {
_characterController.getAvatarPositionAndOrientation(position, orientation);
nextAttitude(position, orientation);
setVelocity(_characterController.getLinearVelocity());
// adebug TODO: harvest HMD shift here
// TODO: harvest HMD shift here
//glm::vec3 hmdShift = _characterController.getHMDShift();
}