| 647 | } |
| 648 | |
| 649 | void NpShape::onActorDetach() |
| 650 | { |
| 651 | PX_ASSERT(getActorCount() > 0); |
| 652 | Ps::atomicDecrement(&mExclusiveAndActorCount); |
| 653 | if(isExclusiveFast()) |
| 654 | mActor = NULL; |
| 655 | decRefCount(); |
| 656 | } |
| 657 | |
| 658 | void NpShape::setName(const char* debugName) |
| 659 | { |
no test coverage detected