diff --git a/addons/frag/functions/fnc_frago.sqf b/addons/frag/functions/fnc_frago.sqf index cf722b7244..722fd47997 100644 --- a/addons/frag/functions/fnc_frago.sqf +++ b/addons/frag/functions/fnc_frago.sqf @@ -116,7 +116,7 @@ if (_targets isNotEqualTo []) then { _fragObj setShotParents _shotParents; #ifdef DEBUG_MODE_DRAW [_fragObj, "green", true] call FUNC(dev_trackObj); - [AGLToASL _fragPosAGL, "(0.88,0.36,0.92,0.5)"] call FUNC(dev_sphereDraw); + [_targetPos, "(0.88,0.36,0.92,0.8)"] call FUNC(dev_sphereDraw); #endif INC(_fragCount); INC(_currentCount);