Constructor
| 73 | |
| 74 | /// Constructor |
| 75 | Timer() : mAccumulator(0), mIsRunning(false) { |
| 76 | |
| 77 | } |
| 78 | |
| 79 | /// Return the elapsed physics time |
| 80 | std::chrono::duration<double> getElapsedPhysicsTime() const; |
nothing calls this directly
no outgoing calls
no test coverage detected