| 61 | } |
| 62 | |
| 63 | NpAggregate::~NpAggregate() |
| 64 | { |
| 65 | NpFactory::getInstance().onAggregateRelease(this); |
| 66 | if(getBaseFlags()&PxBaseFlag::eOWNS_MEMORY) |
| 67 | PX_FREE(mActors); |
| 68 | } |
| 69 | |
| 70 | void NpAggregate::removeAndReinsert(PxActor& actor, bool reinsert) |
| 71 | { |
no test coverage detected