Skip to content

Commit

Permalink
Update command casing
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Sep 21, 2024
1 parent 8ee4583 commit 63d7400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/missileguidance/functions/fnc_seekerType_IR.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ private _targetPosition = _trackingTarget modelToWorldVisualWorld getCenterOfMas

if (GVAR(debug_drawGuidanceInfo) && { _targetPosition isNotEqualTo [0, 0, 0] }) then {
if (!isGamePaused && accTime > 0) then {
private _ps = "#particlesource" createVehicleLocal (ASLtoAGL _targetPosition);
private _ps = "#particlesource" createVehicleLocal (ASLToAGL _targetPosition);
_PS setParticleParams [["\A3\Data_f\cl_basic", 8, 3, 1], "", "Billboard", 1, 3.0141, [0, 0, 0], [0, 0, 0], 1, 1.275, 1, 0, [1, 1], [[0, 0, 1, 1], [0, 0, 1, 1], [0, 0, 1, 1]], [1], 1, 0, "", "", nil];
_PS setDropInterval 1.0;
};
Expand Down

0 comments on commit 63d7400

Please sign in to comment.