and the debug context

This commit is contained in:
lambdatiger 2024-04-14 03:43:24 -05:00
parent 868c6135bf
commit 559c611fdb

View File

@ -22,7 +22,7 @@
*/
params ["_posASL", "_fragVelocity", "_projectileVelocity", "_fragType", "_maxFragCount", "_shotParents"];
TRACE_5("doFragRandom",_posASL,_fragVelocity,_fragType,_maxFragCount,_shotParents);
TRACE_6("doFragRandom",_posASL,_fragVelocity,_projectileVelocity,_fragType,_maxFragCount,_shotParents);
// See CfgAmmoFragSpawner for different frag types
private _heightATL = (ASLToATL _posASL)#2;