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;