mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
Commit patch by cfsworks to properly copy Lens::CData::_min_fov in copy constructor
This commit is contained in:
parent
28ba81f82d
commit
99a2b963d2
@ -2101,6 +2101,7 @@ CData(const Lens::CData ©) {
|
||||
_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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user