Destroy a profiler
| 823 | |
| 824 | // Destroy a profiler |
| 825 | void PhysicsCommon::destroyProfiler(Profiler* profiler) { |
| 826 | |
| 827 | deleteProfiler(profiler); |
| 828 | |
| 829 | mProfilers.remove(profiler); |
| 830 | } |
| 831 | |
| 832 | // Delete a profiler |
| 833 | void PhysicsCommon::deleteProfiler(Profiler* profiler) { |