Fixed coverity issue

This commit is contained in:
Robert Osfield 2016-07-07 07:31:15 +01:00
parent f62a07beba
commit 483982de3a

View File

@ -284,7 +284,7 @@ bool SphericalManipulator::calcMovement()
float dx=0.0f;
float dy=0.0f;
unsigned int buttonMask=osgGA::GUIEventAdapter::NONE;
unsigned int buttonMask=0;
if (_ga_t0->getEventType()==GUIEventAdapter::SCROLL)
{