1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-05 19:31:04 +00: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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;