forked from Mirrorlandia_minetest/minetest
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()
|
void Game::run()
|
||||||
{
|
{
|
||||||
ProfilerGraph graph;
|
ProfilerGraph graph;
|
||||||
RunStats stats;
|
RunStats stats = {};
|
||||||
CameraOrientation cam_view_target = {};
|
CameraOrientation cam_view_target = {};
|
||||||
CameraOrientation cam_view = {};
|
CameraOrientation cam_view = {};
|
||||||
FpsControl draw_times;
|
FpsControl draw_times;
|
||||||
|
Loading…
Reference in New Issue
Block a user