mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix _vecy
This commit is contained in:
parent
73499489e0
commit
b2e9dd0149
@ -103,7 +103,7 @@ if (_enabledTagsCursor) then {
|
||||
if (_enabledTagsNearby) then {
|
||||
private _camPosAGL = positionCameraToWorld [0, 0, 0];
|
||||
private _camPosASL = AGLtoASL _camPosAGL;
|
||||
private _vecy = (AGLtoASL positionCameraToWorld [0, 0, 1]) vectorDiff _camPosAGL;
|
||||
private _vecy = (AGLtoASL positionCameraToWorld [0, 0, 1]) vectorDiff _camPosASL;
|
||||
|
||||
// Find valid targets and cache them
|
||||
private _targets = [[], {
|
||||
|
Loading…
Reference in New Issue
Block a user