make pronav use the correct units

This commit is contained in:
Brandon Danyluk 2021-10-15 22:02:26 -06:00
parent 17e211ed59
commit 9a2d6313b0
2 changed files with 2 additions and 2 deletions

View File

@ -47,4 +47,4 @@ if (accTime > 0) then {
_navigationParams set [0, [_seekerTargetPos, _targetVelocity, _attackProfileDirection]];
};
_commandedAcceleration
_commandedAcceleration vectorMultiply _timestep

View File

@ -43,4 +43,4 @@ if (accTime > 0) then {
_navigationParams set [0, [_seekerTargetPos, _targetVelocity, _attackProfileDirection]];
};
_commandedAcceleration
_commandedAcceleration vectorMultiply _timestep