mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix warnings
This commit is contained in:
parent
0279f32db7
commit
4977b736e3
3 changed files with 1 additions and 3 deletions
|
@ -2677,7 +2677,6 @@ void the_game(bool &kill, bool random_input, InputHandler *input,
|
|||
camera.step(dtime);
|
||||
|
||||
v3f player_position = player->getPosition();
|
||||
v3s16 pos_i = floatToInt(player_position, BS);
|
||||
v3f camera_position = camera.getPosition();
|
||||
v3f camera_direction = camera.getDirection();
|
||||
f32 camera_fov = camera.getFovMax();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue