From 71a56c355223aa45a980c16329c88ba9ec8b3354 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Tue, 3 May 2022 20:14:34 +0200 Subject: Fix broken FPS/dtime counters in debug info was broken by a89afe1229e327da3c397a3912b2d43d2196ea2b --- src/client/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client') diff --git a/src/client/game.cpp b/src/client/game.cpp index d21bdbe99..e0e60eb2c 100644 --- a/src/client/game.cpp +++ b/src/client/game.cpp @@ -1063,7 +1063,7 @@ bool Game::startup(bool *kill, void Game::run() { ProfilerGraph graph; - RunStats stats; + RunStats stats = {}; CameraOrientation cam_view_target = {}; CameraOrientation cam_view = {}; FpsControl draw_times; -- cgit v1.2.3