Returns a factor that represents how long the last frame took relative to the desired frame time
| 48 | |
| 49 | /// Returns a factor that represents how long the last frame took relative to the desired frame time |
| 50 | inline float GetTimeMult() const { |
| 51 | return _timeMults[0]; |
| 52 | } |
| 53 | |
| 54 | private: |
| 55 | /// Number of seconds between two average FPS calculations (user defined) |
no outgoing calls
no test coverage detected