Woops, missing )

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

View File

@ -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
};