SIM::Coin3D::Quarter::SoQTQuarterAdaptor: Added missing initializationg of member field m_viewingflag.
This commit is contained in:
@@ -162,6 +162,7 @@ void SIM::Coin3D::Quarter::SoQTQuarterAdaptor::init()
|
|||||||
m_seekperiod = 2.0f;
|
m_seekperiod = 2.0f;
|
||||||
m_inseekmode = false;
|
m_inseekmode = false;
|
||||||
m_storedcamera = 0;
|
m_storedcamera = 0;
|
||||||
|
m_viewingflag = false;
|
||||||
|
|
||||||
m_seeksensor = new SoTimerSensor(SoQTQuarterAdaptor::seeksensorCB, (void*)this);
|
m_seeksensor = new SoTimerSensor(SoQTQuarterAdaptor::seeksensorCB, (void*)this);
|
||||||
getSoEventManager()->setNavigationState(SoEventManager::NO_NAVIGATION);
|
getSoEventManager()->setNavigationState(SoEventManager::NO_NAVIGATION);
|
||||||
|
|||||||
Reference in New Issue
Block a user