Return a pointer to the profiler * @return A pointer to the profiler */
| 571 | * @return A pointer to the profiler |
| 572 | */ |
| 573 | RP3D_FORCE_INLINE Profiler* PhysicsWorld::getProfiler() { |
| 574 | return mProfiler; |
| 575 | } |
| 576 | |
| 577 | #endif |
| 578 |
nothing calls this directly
no outgoing calls
no test coverage detected