remove testing constants

This commit is contained in:
Brandon Danyluk 2021-06-06 20:28:39 -06:00
parent 79c6bf9167
commit 4308d33c50

View File

@ -23,9 +23,6 @@ _navigationParams params ["_proportionalGain", "", "_derivativeGain", "_lastErro
private _targetDistance = _projectile vectorWorldToModelVisual (_targetDir vectorMultiply _distance);
private _relativeDirection = _projectile vectorWorldToModelVisual _targetDir;
_proportionalGain = 50;
_derivativeGain = 50;
private _errorX = -1 max (1 min (_targetDistance#0 / _correctionDistance));
private _errorY = -1 max (1 min (_targetDistance#2 / _correctionDistance));