summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/framerate_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/framerate_gui.cpp b/src/framerate_gui.cpp
index 9bd5a2e8e..9ac78dc68 100644
--- a/src/framerate_gui.cpp
+++ b/src/framerate_gui.cpp
@@ -274,6 +274,7 @@ void PerformanceMeasurer::SetExpectedRate(double rate)
*/
/* static */ void PerformanceMeasurer::Paused(PerformanceElement elem)
{
+ PerformanceMeasurer::SetInactive(elem);
_pf_data[elem].AddPause(GetPerformanceTimer());
}