Skip to content

Commit d494a89

Browse files
Update addons/optics/fnc_animateScriptedOptic.sqf
Co-authored-by: PabstMirror <[email protected]>
1 parent 191ba3b commit d494a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/optics/fnc_animateScriptedOptic.sqf

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ private _zoom = 0.25 call CBA_fnc_getFov select 1;
7575

7676
// To avoid flickering of the magnification text, anything above and including 0.995 is rounded to 1
7777
if (_zoom >= 0.995) then {
78-
_zoom = 1 max _zoom;
78+
_zoom = 1 max _zoom;
7979
};
8080

8181
_ctrlMagnification ctrlSetText format [

0 commit comments

Comments
 (0)