| 293 | } |
| 294 | |
| 295 | void CollideStatic(dGeomID o2, CPHObject* obj2) |
| 296 | { |
| 297 | CPHIsland* island2 = obj2->DActiveIsland(); |
| 298 | CollideIntoGroup(ph_world->GetMeshGeom(), o2, ContactGroup, island2, island2->MaxJoints()); |
| 299 | } |
| 300 | |
| 301 | // half square time |
| 302 |
no test coverage detected