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:
parent
a7bde8e523
commit
0837d674eb
2 changed files with 14 additions and 31 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue