mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 01:53:45 +01:00
Fix broken FPS/dtime counters in debug info
was broken by a89afe1229e327da3c397a3912b2d43d2196ea2b
This commit is contained in:
parent
e7659883cc
commit
71a56c3552
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user