lower default camera fov

This commit is contained in:
Garux 2020-02-25 19:01:48 +03:00
parent abcc47ad64
commit 94a6cc9cda

View File

@ -211,7 +211,7 @@ struct camera_t
}
};
float camera_t::fieldOfView = 110.0f;
float camera_t::fieldOfView = 100.0f;
const float camera_t::near_z = 1.f;
camera_draw_mode camera_t::draw_mode = cd_texture;