mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update FCS hud when manually setting range.
This commit is contained in:
parent
508b71e7ba
commit
0d5385ffaf
@ -24,6 +24,8 @@ if (isNil "_distance") then {
|
||||
getNumber (_turretConfig >> QGVAR(MaxDistance)),
|
||||
getNumber (_turretConfig >> QGVAR(MinDistance))
|
||||
] call FUNC(getRange);
|
||||
} else {
|
||||
((uiNamespace getVariable ["ACE_dlgRangefinder", displayNull]) displayCtrl 1713151) ctrlSetText ([_distance, 4, 0] call CBA_fnc_formatNumber);
|
||||
};
|
||||
|
||||
// MOVING TARGETS
|
||||
|
Loading…
x
Reference in New Issue
Block a user