Fix broken FPS/dtime counters in debug info

was broken by a89afe1229
This commit is contained in:
sfan5 2022-05-03 20:14:34 +02:00
parent e7659883cc
commit 71a56c3552
1 changed files with 1 additions and 1 deletions

View File

@ -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;