mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Hotfix for missreplaced variable in projectile direction adjustment
This commit is contained in:
parent
3eae83439b
commit
9352a8dbcb
@ -38,4 +38,4 @@ if (_zeroing isEqualTo [0, 0, 0]) exitWith {};
|
||||
_zeroing = _zeroing vectorMultiply 0.05625;
|
||||
_zeroing params ["_elevation", "_windage", "_zero"];
|
||||
|
||||
[_projectile, _elevation, _elevation + _zero, 0] call EFUNC(common,changeProjectileDirection);
|
||||
[_projectile, _windage, _elevation + _zero, 0] call EFUNC(common,changeProjectileDirection);
|
||||
|
Loading…
Reference in New Issue
Block a user