getposATL to getPosATL

Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
This commit is contained in:
lambdatiger 2024-01-17 18:05:26 -06:00 committed by GitHub
parent cdf1b4d6eb
commit 1b03ef7d52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ private _colorArray = switch (toLowerANSI _color) do {
case "white": {[0, 0, 0, 1]};
default {[0, 0.8, 0.8, 1]};
};
GVAR(dev_trackLines) set [getObjectID _object, [[getposATL _object], _colorArray]];
GVAR(dev_trackLines) set [getObjectID _object, [[getPosATL _object], _colorArray]];
// event handler to track round and cleanup when round is "dead"
[