Fix set_fov-induced grayscreen
This commit is contained in:
@@ -241,7 +241,7 @@ class Camera
|
||||
|
||||
// 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;
|
||||
|
||||
Reference in New Issue
Block a user