mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 01:13:40 +02:00
remove unneeded line
This commit is contained in:
parent
ca86ce59c2
commit
3f0a95d8db
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue