mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update addons/missileguidance/functions/fnc_navigationType_direct.sqf
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
This commit is contained in:
parent
1ece7988e4
commit
3b6ce4c48f
@ -34,4 +34,4 @@ private _iTimestep = 0;
|
|||||||
if (_timestep != 0) then {
|
if (_timestep != 0) then {
|
||||||
_iTimestep = 1 / _timestep;
|
_iTimestep = 1 / _timestep;
|
||||||
};
|
};
|
||||||
_deltaDirection vectorMultiply _iTimestep
|
_deltaDirection vectorMultiply _iTimestep // return
|
||||||
|
Loading…
Reference in New Issue
Block a user