experimenting with physics

This commit is contained in:
Seth Alves 2015-05-22 16:21:09 -07:00
parent e702518041
commit 6c67d14fbc

View file

@ -613,7 +613,7 @@ int EntityItem::readEntityDataFromBuffer(const unsigned char* data, int bytesLef
// we want to extrapolate the motion forward to compensate for packet travel time, but
// we don't want the side effect of flag setting.
simulateKinematicMotion(skipTimeForward, false);
// simulateKinematicMotion(skipTimeForward, false);
}
_lastSimulated = now;
}