Fixed unitialized member variable
This commit is contained in:
parent
732e770f87
commit
157ee3dd7d
@ -121,6 +121,7 @@ Camera::Lens::Lens( void )
|
||||
_ortho_top = 1.0;
|
||||
_nearClip = 1.0;
|
||||
_farClip = 1e6;
|
||||
_auto_aspect = false;
|
||||
_updateFOV();
|
||||
_projection = Perspective;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user