We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 191ba3b commit d494a89Copy full SHA for d494a89
addons/optics/fnc_animateScriptedOptic.sqf
@@ -75,7 +75,7 @@ private _zoom = 0.25 call CBA_fnc_getFov select 1;
75
76
// To avoid flickering of the magnification text, anything above and including 0.995 is rounded to 1
77
if (_zoom >= 0.995) then {
78
- _zoom = 1 max _zoom;
+ _zoom = 1 max _zoom;
79
};
80
81
_ctrlMagnification ctrlSetText format [
0 commit comments