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

Fix set_fov-induced grayscreen

This commit is contained in:
Lars Müller
2024-04-28 00:12:15 +02:00
committed by GitHub
parent a7bde8e523
commit 0837d674eb
2 changed files with 14 additions and 31 deletions

View File

@@ -241,7 +241,7 @@ private:
// Server-sent FOV variables
bool m_server_sent_fov = false;
f32 m_curr_fov_degrees, m_old_fov_degrees, m_target_fov_degrees;
f32 m_curr_fov_degrees, m_target_fov_degrees;
// FOV transition variables
bool m_fov_transition_active = false;