Skip to content

Commit

Permalink
Merge pull request #1716 from CBATeam/marker
Browse files Browse the repository at this point in the history
Common - Optimize `CBA_fnc_createMarker`
  • Loading branch information
PabstMirror authored Nov 17, 2024
2 parents 4ecb4a0 + 4c0ebfa commit cf900cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/common/fnc_createMarker.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ TRACE_6("",_br,_ty,_co,_tx,_persist,_global);

if (_global) then {
_m = createMarker [_this select 0, _this select 1];
_m setMarkerShape (_this select 2);
_m setMarkerShapeLocal (_this select 2);
_m setMarkerSize (_this select 3);
if (_br!= "") then { _m setMarkerBrush _br };
if (_ty!= "") then { _m setMarkerType _ty };
Expand Down

0 comments on commit cf900cc

Please sign in to comment.