mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
removed unnceassary "disableCollisionWith"
This commit is contained in:
parent
3e52ce2981
commit
5915d0ee64
@ -47,7 +47,6 @@ private _centerPoint = ASLToAGL getPosASL _object;
|
|||||||
|
|
||||||
if (GVAR(dbgSphere) && _addSphere && {isNull objectParent _object}) then {
|
if (GVAR(dbgSphere) && _addSphere && {isNull objectParent _object}) then {
|
||||||
private _centerSphere = [getPosASL _object, "yellow"] call FUNC(dev_sphereDraw);
|
private _centerSphere = [getPosASL _object, "yellow"] call FUNC(dev_sphereDraw);
|
||||||
_centerSphere disableCollisionWith _object;
|
|
||||||
_centerSphere attachTo [_object, _object worldToModel _centerPoint];
|
_centerSphere attachTo [_object, _object worldToModel _centerPoint];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user