mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:03:58 +02:00
update position and rotation from the script, even though we should not have to.
This commit is contained in:
parent
2185cf1883
commit
11ab97e0fc
1 changed files with 3 additions and 1 deletions
|
@ -243,9 +243,11 @@ function update(deltaTime) {
|
|||
}
|
||||
|
||||
Entities.editEntity(grabbedEntity, {
|
||||
position: currentPosition,
|
||||
rotation: currentRotation,
|
||||
velocity: newVelocity,
|
||||
angularVelocity: angularVelocity
|
||||
})
|
||||
});
|
||||
updateDropLine(targetPosition);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue