1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

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

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;