mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
8d43b899e6
* Frag - Cleanup and Performance * Add dots
9 lines
185 B
Plaintext
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;
|