Commit patch by cfsworks to properly copy Lens::CData::_min_fov in copy constructor

This commit is contained in:
rdb 2014-04-24 13:01:59 +00:00
parent 28ba81f82d
commit 99a2b963d2

View File

@ -2101,6 +2101,7 @@ CData(const Lens::CData &copy) {
_film_offset = copy._film_offset;
_focal_length = copy._focal_length;
_fov = copy._fov;
_min_fov = copy._min_fov;
_aspect_ratio = copy._aspect_ratio;
_near_distance = copy._near_distance;
_far_distance = copy._far_distance;