Skip to content

Commit

Permalink
Updated debug settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdatiger committed Jan 18, 2024
1 parent f741737 commit a4f2ad4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions addons/frag/initSettingsDebug.inc.sqf
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
private _category = format ["ACE %1", localize LSTRING(Module_DisplayName)];

[
QGVAR(debugOptions), "CHECKBOX",
QGVAR(debugOptions),
"CHECKBOX",
[LSTRING(EnableDebugTrace), LSTRING(EnableDebugTrace_Desc)],
[_category, LSTRING(Debug)],
true
] call CBA_fnc_addSetting;

[
QGVAR(dbgSphere), "CHECKBOX",
QGVAR(dbgSphere),
"CHECKBOX",
[LSTRING(HitSphereEnable), LSTRING(HitSphereEnable_Desc)],
[_category, LSTRING(Debug)],
false,
Expand All @@ -18,7 +20,8 @@ private _category = format ["ACE %1", localize LSTRING(Module_DisplayName)];
] call CBA_fnc_addSetting;

[
QGVAR(drawHitBox),"CHECKBOX",
QGVAR(drawHitBox),
"CHECKBOX",
[LSTRING(DrawHitBox), LSTRING(DrawHitBox_Desc)],
[_category, LSTRING(Debug)],
true
Expand Down

0 comments on commit a4f2ad4

Please sign in to comment.