mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Use head direction for drawing microdag wp
This commit is contained in:
parent
d40c3fd2bf
commit
95699f267c
@ -42,7 +42,7 @@ if (GVAR(currentApplicationPage) == 1) then {
|
||||
};
|
||||
};
|
||||
if ((count _targetPos) == 3) then {
|
||||
_relBearing = [ACE_player, _targetPos] call BIS_fnc_relativeDirTo;
|
||||
_relBearing = (ACE_player getDir _targetPos) - (([ACE_player] call CBA_fnc_headDir) select 0);
|
||||
_theMap drawIcon [QUOTE(PATHTO_R(images\compass_needle.paa)), [1,0.564,0.564,1], DUMMY_POS, _size, _size, _relBearing, '', 0 ];
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user