Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Sep 29, 2024
1 parent 9d87533 commit e109836
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion addons/markinglaser/functions/fnc_onLaserOn.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ if (GVAR(pfEH) != -1) exitWith {};
if (((currentVisionMode focusOn) != 1) || {EGVAR(laser,laserEmitters) isEqualTo []}) exitWith {};

GVAR(pfEH) = [LINKFUNC(renderPFH), 0, []] call CBA_fnc_addPerFrameHandler;
TRACE_1("start PFEH", GVAR(pfEH));
TRACE_1("start PFEH", GVAR(pfEH));
5 changes: 0 additions & 5 deletions addons/markinglaser/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,3 @@
#include "\z\ace\addons\main\script_macros.hpp"

#define LASER_MAX 3000
#define UPDATE_INTERVAL 1

#define TYPE_OBJECT "OBJECT"
#define TYPE_GROUND "GROUND"
#define TYPE_VECTOR "VECTOR"

0 comments on commit e109836

Please sign in to comment.