SIM::Coin3D::Quarter::SoQTQuarterAdaptor: Added missing initializationg of member field m_viewingflag.

This commit is contained in:
Eivind Kvedalen
2016-02-22 15:07:39 +01:00
committed by wmayer
parent 3c1ab4bd9d
commit f27fa2ac9b

View File

@@ -162,6 +162,7 @@ void SIM::Coin3D::Quarter::SoQTQuarterAdaptor::init()
m_seekperiod = 2.0f;
m_inseekmode = false;
m_storedcamera = 0;
m_viewingflag = false;
m_seeksensor = new SoTimerSensor(SoQTQuarterAdaptor::seeksensorCB, (void*)this);
getSoEventManager()->setNavigationState(SoEventManager::NO_NAVIGATION);