1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

Woops, missing )

This commit is contained in:
Nou 2015-04-12 21:47:27 -07:00
parent 4c74ff8717
commit b58598c6aa

@ -24,7 +24,7 @@ _sensorPos = getPosASL _seeker;
_testPointVector = vectorNormalized (_targetPos vectorDiff _sensorPos);
_testDotProduct = (vectorNormalized (velocity _seeker)) vectorDotProduct _testPointVector;
if(_testDotProduct < (cos _seekerMaxAngle) exitWith {
if(_testDotProduct < (cos _seekerMaxAngle)) exitWith {
false
};