mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 04:12:09 +02:00
remove unneeded/repeated line
This commit is contained in:
parent
a6978a6dec
commit
639f7a52d8
1 changed files with 0 additions and 1 deletions
|
@ -126,7 +126,6 @@ bool ObjectActionTractor::prepareForTractorUpdate(btScalar deltaTimeStep) {
|
|||
withWriteLock([&]{
|
||||
if (linearValid && linearTractorCount > 0) {
|
||||
position /= linearTractorCount;
|
||||
_lastPositionTarget = _positionalTarget;
|
||||
if (_positionalTargetSet) {
|
||||
_lastPositionTarget = _positionalTarget;
|
||||
_positionalTarget = position;
|
||||
|
|
Loading…
Reference in a new issue