Skip to content

Commit

Permalink
only check every 0.5 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
commy2 committed Sep 20, 2016
1 parent d403393 commit 4ed8471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/events/fnc_addMarkerEventHandler.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if (isNil QGVAR(oldMarkers)) then {

GVAR(oldMarkers) = _newAllMapMarkers;
};
}, 0] call CBA_fnc_addPerFrameHandler;
}, 0.5] call CBA_fnc_addPerFrameHandler;
};

if (_function isEqualTo {}) exitWith {-1};
Expand Down

0 comments on commit 4ed8471

Please sign in to comment.