| 68 | } |
| 69 | |
| 70 | void NpAggregate::removeAndReinsert(PxActor& actor, bool reinsert) |
| 71 | { |
| 72 | NpActor& np = NpActor::getFromPxActor(actor); |
| 73 | Scb::Actor& scb = NpActor::getScbFromPxActor(actor); |
| 74 | |
| 75 | np.setAggregate(NULL, actor); |
| 76 | |
| 77 | mAggregate.removeActor(scb, reinsert); |
| 78 | } |
| 79 | |
| 80 | void NpAggregate::release() |
| 81 | { |
nothing calls this directly
no test coverage detected