diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/client/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |