removed unnceassary "disableCollisionWith"

This commit is contained in:
lambdatiger 2024-03-02 19:21:51 -06:00
parent 3e52ce2981
commit 5915d0ee64

View File

@ -47,7 +47,6 @@ private _centerPoint = ASLToAGL getPosASL _object;
if (GVAR(dbgSphere) && _addSphere && {isNull objectParent _object}) then {
private _centerSphere = [getPosASL _object, "yellow"] call FUNC(dev_sphereDraw);
_centerSphere disableCollisionWith _object;
_centerSphere attachTo [_object, _object worldToModel _centerPoint];
};