Skip to content

Commit

Permalink
Common - Increase sway update frequency (#9490)
Browse files Browse the repository at this point in the history
increase sway update frequency
  • Loading branch information
LinkIsGrim authored Oct 15, 2023
1 parent c54a26c commit 8104c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/common/functions/fnc_swayLoop.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ if (GVAR(swayFactorsMultiplier) isNotEqualTo []) then {

ACE_player setCustomAimCoef (_baseline * _multiplier);

[FUNC(swayLoop), [], 1] call CBA_fnc_waitAndExecute
[FUNC(swayLoop), [], 0.5] call CBA_fnc_waitAndExecute

0 comments on commit 8104c8f

Please sign in to comment.