| 799 | } |
| 800 | |
| 801 | void NpScene::removeRigidDynamic(NpRigidDynamic& body, bool wakeOnLostTouch, bool removeFromAggregate) |
| 802 | { |
| 803 | removeActorT(body, body.getScbBodyFast(), this, wakeOnLostTouch, removeFromAggregate); |
| 804 | } |
| 805 | |
| 806 | /////////////////////////////////////////////////////////////////////////////// |
| 807 |
nothing calls this directly
no test coverage detected