mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
parent
e7659883cc
commit
71a56c3552
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue