Update fnc_seekerType_SACLOS.sqf

This commit is contained in:
PabstMirror 2023-01-19 22:46:56 -06:00
parent 16dee0a280
commit b513c53732

View File

@ -37,8 +37,8 @@ private _lookDirection = if !(_shooter isKindOf "CAManBase" || {_shooter isKindO
_shooter vectorModelToWorldVisual getPilotCameraDirection _shooter;
};
} else {
private _gBody = -deg(_shooter animationPhase _animationSourceBody);
private _gGun = deg(_shooter animationPhase _animationSourceGun);
private _gBody = -deg(_shooter animationSourcePhase _animationSourceBody);
private _gGun = deg(_shooter animationSourcePhase _animationSourceGun);
_shooter vectorModelToWorldVisual ([1, _gBody, _gGun] call CBA_fnc_polar2vect);
};
_finalLookDirection