remove unneeded line

This commit is contained in:
Seth Alves 2017-08-30 17:53:20 -07:00
parent ca86ce59c2
commit 3f0a95d8db

View file

@ -102,7 +102,6 @@ void EntityMotionState::updateServerPhysicsVariables() {
void EntityMotionState::handleDeactivation() {
// copy _server data to entity
if (_serverVariablesSet) {
bool success;
Transform localTransform = _entity->getLocalTransform();
localTransform.setTranslation(_serverPosition);
localTransform.setRotation(_serverRotation);