mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Changed: FCS update was not being delayed for laser. Delay of 0.5s added.
This commit is contained in:
parent
bdcec243a8
commit
d6cf07a3b6
@ -74,7 +74,7 @@ FUNC(laserHudDesignatePFH) = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
if(diag_tickTime > _forceUpdateTime) then {
|
if(diag_tickTime > _forceUpdateTime) then {
|
||||||
_args set[3, diag_tickTime + FCS_UPDATE_DELAY];
|
_args set[2, diag_tickTime + FCS_UPDATE_DELAY];
|
||||||
};
|
};
|
||||||
#ifdef DEBUG_MODE_FULL
|
#ifdef DEBUG_MODE_FULL
|
||||||
drawIcon3D ["\a3\ui_f\data\IGUI\Cfg\Cursors\selectover_ca.paa", [1,0,0,1], (getPosATL _laserTarget), 0.75, 0.75, 0, "", 0.5, 0.025, "TahomaB"];
|
drawIcon3D ["\a3\ui_f\data\IGUI\Cfg\Cursors\selectover_ca.paa", [1,0,0,1], (getPosATL _laserTarget), 0.75, 0.75, 0, "", 0.5, 0.025, "TahomaB"];
|
||||||
|
Loading…
Reference in New Issue
Block a user