Silence valgrind error.
Modified Files: src/Main/viewer.cxx
This commit is contained in:
parent
b57f623520
commit
e51c8bdce9
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ FGViewer::FGViewer( fgViewType Type, bool from_model, int from_model_index,
|
||||||
} else {
|
} else {
|
||||||
_fov_deg = 55;
|
_fov_deg = 55;
|
||||||
}
|
}
|
||||||
|
_aspect_ratio = 1;
|
||||||
_aspect_ratio_multiplier = aspect_ratio_multiplier;
|
_aspect_ratio_multiplier = aspect_ratio_multiplier;
|
||||||
_target_offset_m.x() = target_x_offset_m;
|
_target_offset_m.x() = target_x_offset_m;
|
||||||
_target_offset_m.y() = target_y_offset_m;
|
_target_offset_m.y() = target_y_offset_m;
|
||||||
|
|
Loading…
Add table
Reference in a new issue