summaryrefslogtreecommitdiff
path: root/src/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.cpp')
-rw-r--r--src/window.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/window.cpp b/src/window.cpp
index e2ce84542..d46447d52 100644
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -36,6 +36,7 @@
#include "error.h"
#include "game/game.hpp"
#include "video/video_driver.hpp"
+#include "framerate_type.h"
#include "safeguards.h"
@@ -3077,6 +3078,9 @@ void InputLoop()
*/
void UpdateWindows()
{
+ PerformanceMeasurer framerate(PFE_DRAWING);
+ PerformanceAccumulator::Reset(PFE_DRAWWORLD);
+
Window *w;
static int highlight_timer = 1;