Update fn_inAngleSector.sqf

private fix
This commit is contained in:
F507DMT
2021-04-21 22:36:05 +06:00
committed by GitHub
parent d6b4812de7
commit 2a633e331f

View File

@@ -15,7 +15,7 @@
// Revision History:
// 09/01/08 0.1 - First cut VBS2
//------------------
private["_r","_dir1"];
private["_small","_large","_xpos","_ypos","_dir2","_dir3"];
_r = false;
@@ -34,4 +34,4 @@ _dir3 = _dir1 + 360;
if ((_dir1 >= _small && _dir1 <= _large) || (_dir2 >= _small && _dir2 <= _large) || (_dir3 >= _small && _dir3 <= _large)) then {_r = true};
_r
_r