Harald JOHNSEN: Prevent a crash during startup.
This commit is contained in:
parent
b79e9ca1c8
commit
a237fa6a4c
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ FGPanelNode::~FGPanelNode()
|
|||
osg::Matrix FGPanelNode::transformMatrix() const
|
||||
{
|
||||
if (!_panel) {
|
||||
osg::Matrix();
|
||||
return osg::Matrix();
|
||||
}
|
||||
|
||||
if (!_resizeToViewport) {
|
||||
|
|
Loading…
Add table
Reference in a new issue