Csaba HALASZ: fix uninitialized _aspect_ratio member in Main/viewer.cxx
This commit is contained in:
parent
81b9bb61e5
commit
35ed31972a
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ FGViewer::FGViewer( fgViewType Type, bool from_model, int from_model_index,
|
|||
_damp_pitch(0),
|
||||
_damp_heading(0),
|
||||
_scaling_type(FG_SCALING_MAX),
|
||||
_aspect_ratio(0),
|
||||
_cameraGroup(CameraGroup::getDefault())
|
||||
{
|
||||
_absolute_view_pos = SGVec3d(0, 0, 0);
|
||||
|
|
Loading…
Reference in a new issue