1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00
ACE3/addons/frag/functions/fnc_dev_stopTracing.sqf
PabstMirror 8d43b899e6 Frag - Cleanup and Performance ()
* Frag - Cleanup and Performance

* Add dots
2017-04-11 10:33:56 -05:00

9 lines
185 B
Plaintext

#include "script_component.hpp"
if (!GVAR(tracesStarted)) exitWith {};
INFO("Ending Trace Drawing");
GVAR(tracesStarted) = false;
[GVAR(traceID)] call CBA_fnc_removePerFrameHandler;