Skip to content

Commit

Permalink
fix: trace
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkIsGrim committed Feb 9, 2025
1 parent fa967e7 commit 4f12946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/casings/functions/fnc_createLitter.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ private _pos = _unitPos
[
{
params ["_modelPath", "_pos"];
TRACE_2("creating magazine",_modelPath,_pos);
TRACE_2("creating litter",_modelPath,_pos);

Check failure on line 18 in addons/casings/functions/fnc_createLitter.sqf

View workflow job for this annotation

GitHub Actions / windows

unparseable syntax

unparseable syntax

private _lisPos = (lineIntersectsSurfaces [_pos, _pos vectorAdd [0,0,-1e11], objNull, objNull, true, 1, "ROADWAY", "FIRE"]) #0;
private _casing = createSimpleObject [_modelPath, (_lisPos #0 vectorAdd [0,0,0.010]), false]; // global
Expand Down

0 comments on commit 4f12946

Please sign in to comment.