Revert "Change: Zero out the gameloop timers when the game is paused"

This reverts commit 64686b53ff.
pull/221/head
Jonathan G Rennison 3 years ago
parent f81c71e15b
commit 2df9c97884

@ -274,7 +274,6 @@ void PerformanceMeasurer::SetExpectedRate(double rate)
*/
/* static */ void PerformanceMeasurer::Paused(PerformanceElement elem)
{
PerformanceMeasurer::SetInactive(elem);
_pf_data[elem].AddPause(GetPerformanceTimer());
}

Loading…
Cancel
Save