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