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