From f27fa2ac9ba5071d2aee09e46292eb7db2519959 Mon Sep 17 00:00:00 2001 From: Eivind Kvedalen Date: Mon, 22 Feb 2016 15:07:39 +0100 Subject: [PATCH] SIM::Coin3D::Quarter::SoQTQuarterAdaptor: Added missing initializationg of member field m_viewingflag. --- src/Gui/Quarter/SoQTQuarterAdaptor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Gui/Quarter/SoQTQuarterAdaptor.cpp b/src/Gui/Quarter/SoQTQuarterAdaptor.cpp index 15bb0595e4..e5b8fb9030 100644 --- a/src/Gui/Quarter/SoQTQuarterAdaptor.cpp +++ b/src/Gui/Quarter/SoQTQuarterAdaptor.cpp @@ -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);