Update FCS hud when manually setting range.

This commit is contained in:
PabstMirror 2016-05-19 21:50:51 -05:00
parent 508b71e7ba
commit 0d5385ffaf

View File

@ -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