mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Woops, missing )
This commit is contained in:
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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user