mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
missing underscore in fnc_dev_trackObj
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
This commit is contained in:
parent
008328c7b0
commit
dd65fc8f38
@ -54,7 +54,7 @@ GVAR(dev_trackLines) set [getObjectID _object, [[getPosATL _object], _colorArray
|
||||
[_handle] call CBA_fnc_removePerFrameHandler;
|
||||
};
|
||||
|
||||
(objectArray#0) pushBack getPosATL _object;
|
||||
(_objectArray#0) pushBack getPosATL _object;
|
||||
},
|
||||
0,
|
||||
_object
|
||||
|
Loading…
Reference in New Issue
Block a user