}
@Override
public void removeOverlappingObjectInternal(BroadphaseProxy otherProxy, Dispatcher dispatcher, BroadphaseProxy thisProxy1) {
CollisionObject otherObject = (CollisionObject)otherProxy.clientObject;
BroadphaseProxy actualThisProxy = thisProxy1 != null? thisProxy1 : getBroadphaseHandle();
assert(actualThisProxy != null);
assert (otherObject != null);
int index = overlappingObjects.indexOf(otherObject);
if (index != -1) {