mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
cleanup unused var
This commit is contained in:
@ -35,7 +35,4 @@ private _zeroEffortMissNormal = _zeroEffortMiss vectorDiff _zeroEffortMissProjec
|
||||
|
||||
private _commandedAcceleration = _zeroEffortMissNormal vectorMultiply (_navigationGain / (_timeToGo * _timeToGo));
|
||||
|
||||
if (accTime > 0) then {
|
||||
_navigationParams set [0, [_lineOfSight]];
|
||||
};
|
||||
_commandedAcceleration
|
||||
|
Reference in New Issue
Block a user