1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-26 18:21:04 +00:00

Fix regression (increase/decrease viewing range with +/- keys)

This commit is contained in:
Craig Robbins 2014-12-07 18:21:13 +10:00
parent 2f134ce24f
commit 500f691426
2 changed files with 2 additions and 6 deletions

View file

@ -212,8 +212,6 @@ private:
f32 m_cache_fall_bobbing_amount;
f32 m_cache_view_bobbing_amount;
f32 m_cache_viewing_range_min;
f32 m_cache_viewing_range_max;
f32 m_cache_wanted_fps;
f32 m_cache_fov;
bool m_cache_view_bobbing;