mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
getposATL to getPosATL
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
This commit is contained in:
parent
cdf1b4d6eb
commit
1b03ef7d52
@ -35,7 +35,7 @@ private _colorArray = switch (toLowerANSI _color) do {
|
|||||||
case "white": {[0, 0, 0, 1]};
|
case "white": {[0, 0, 0, 1]};
|
||||||
default {[0, 0.8, 0.8, 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"
|
// event handler to track round and cleanup when round is "dead"
|
||||||
[
|
[
|
||||||
|
Loading…
Reference in New Issue
Block a user