1
0
Fork 0

Harald JOHNSEN: Prevent a crash during startup.

This commit is contained in:
ThorstenB 2012-06-08 15:13:04 +02:00
parent b79e9ca1c8
commit a237fa6a4c

View file

@ -239,7 +239,7 @@ FGPanelNode::~FGPanelNode()
osg::Matrix FGPanelNode::transformMatrix() const
{
if (!_panel) {
osg::Matrix();
return osg::Matrix();
}
if (!_resizeToViewport) {