mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 01:25:20 +02:00
Deal with compiler warnings
This commit is contained in:
@@ -1063,9 +1063,9 @@ bool Game::startup(bool *kill,
|
||||
void Game::run()
|
||||
{
|
||||
ProfilerGraph graph;
|
||||
RunStats stats = { 0 };
|
||||
CameraOrientation cam_view_target = { 0 };
|
||||
CameraOrientation cam_view = { 0 };
|
||||
RunStats stats;
|
||||
CameraOrientation cam_view_target = {};
|
||||
CameraOrientation cam_view = {};
|
||||
FpsControl draw_times;
|
||||
f32 dtime; // in seconds
|
||||
|
||||
|
Reference in New Issue
Block a user