mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update fnc_seekerType_SACLOS.sqf
This commit is contained in:
parent
16dee0a280
commit
b513c53732
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user