mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #2239 from MikeMatrix/hotfix/projectileDirectionIgnoredWindage
Hotfix for projectile direction adjustment in Scopes module
This commit is contained in:
commit
50e851d2c8
@ -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