mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
fix comment
This commit is contained in:
parent
3f0a95d8db
commit
41b51804dc
1 changed files with 1 additions and 1 deletions
|
@ -100,8 +100,8 @@ void EntityMotionState::updateServerPhysicsVariables() {
|
|||
}
|
||||
|
||||
void EntityMotionState::handleDeactivation() {
|
||||
// copy _server data to entity
|
||||
if (_serverVariablesSet) {
|
||||
// copy _server data to entity
|
||||
Transform localTransform = _entity->getLocalTransform();
|
||||
localTransform.setTranslation(_serverPosition);
|
||||
localTransform.setRotation(_serverRotation);
|
||||
|
|
Loading…
Reference in a new issue