| 791 | } |
| 792 | |
| 793 | void NpScene::removeRigidStatic(NpRigidStatic& actor, bool wakeOnLostTouch, bool removeFromAggregate) |
| 794 | { |
| 795 | removeActorT(actor, actor.getScbRigidStaticFast(), this, wakeOnLostTouch, removeFromAggregate); |
| 796 | } |
| 797 | |
| 798 | void NpScene::removeRigidDynamic(NpRigidDynamic& body, bool wakeOnLostTouch, bool removeFromAggregate) |
| 799 | { |
nothing calls this directly
no test coverage detected