1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-20 19:45:22 +02:00

Load blocks and objects behind player when in third-persion front-view (#13431)

This commit is contained in:
lhofhansl
2023-05-29 10:26:42 -07:00
committed by GitHub
parent fc3d6c1dd9
commit a8ec6092e2
7 changed files with 41 additions and 20 deletions

View File

@@ -84,6 +84,7 @@ public:
u32 last_keyPressed = 0;
u8 last_camera_fov = 0;
u8 last_wanted_range = 0;
bool last_camera_inverted = false;
float camera_impact = 0.0f;