Skip to content

Commit

Permalink
Fix accidental numerical change (#5235)
Browse files Browse the repository at this point in the history
  • Loading branch information
kymckay authored and PabstMirror committed Jun 3, 2017
1 parent bf4b49a commit b3889d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/spectator/functions/fnc_handleIcons.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ _drawVehicles = [];
_color = GETVAR(_x,GVAR(gColor),[ARR_4(0,0,0,0)]);
_txt = groupID _x;

drawIcon3D ["\A3\ui_f\data\map\markers\nato\b_inf.paa", _color, (_leader modelToWorldVisual (_leader selectionPosition "Head")) vectorAdd [0,0,1.5], 1, 1, 0, _txt, 2, 0.02];
drawIcon3D ["\A3\ui_f\data\map\markers\nato\b_inf.paa", _color, (_leader modelToWorldVisual (_leader selectionPosition "Head")) vectorAdd [0,0,28.5], 1, 1, 0, _txt, 2, 0.02];
} else {
_drawVehicles append (units _x);
};
Expand Down

0 comments on commit b3889d9

Please sign in to comment.