Remove the proxy from the broad-phase.
@override void removeProxy( proxy ) { int n = proxies.indexOf( proxy ); if ( n > -1 ){ proxies.removeAt(n); } }