Skip to content

Commit

Permalink
Merge branch 'main' into feature/cdfModern
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeswick96 authored Dec 29, 2023
2 parents 53416f9 + ffef5e4 commit aaf016a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/common/functions/fnc_getSafePositionGrid.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if (_minRadius > 0) then {
_positions = _positions select {_x inArea [_centre, _maxRadius, _maxRadius, 0, false, -1]};

#ifdef DEBUG_MODE_FULL
// {
{
_marker = createMarker [str random 999999, _x]; _marker setMarkerShape "ICON"; _marker setMarkerType "hd_dot"; _marker setMarkerColor "ColorRed";
GVAR(debugGridPositionMarkers) pushBack _marker;
} forEach _positions;
Expand Down

0 comments on commit aaf016a

Please sign in to comment.