Skip to content

Commit

Permalink
Merge pull request #1304 from CBATeam/fix1297
Browse files Browse the repository at this point in the history
fix missing default value for cba_optics_OpticBodyTextureSize
  • Loading branch information
commy2 committed Mar 7, 2020
2 parents 5056ea3 + 22860b5 commit a5884cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/optics/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ GVAR(camera) = objNull;
GVAR(currentOptic) = "";
GVAR(IsUsingOptic) = false;
GVAR(magnificationCache) = -1;
GVAR(OpticBodyTextureSize) = 0;
GVAR(ReticleAdjust) = [1,1,nil,1,1];
GVAR(HideRedDotMagnification) = 1e+11;
GVAR(FadeReticleInterval) = [0,0,nil,0,0];
Expand Down

0 comments on commit a5884cb

Please sign in to comment.