Fixed copy and paste error

This commit is contained in:
Robert Osfield
2016-06-24 11:39:22 +01:00
parent 8d4ab16f2b
commit 59bbb6ac77

View File

@@ -419,7 +419,7 @@ void UFOManipulator::_keyDown( const osgGA::GUIEventAdapter &ea, osgGA::GUIActio
_upSpeed *= _speedDecelerationFactor;
if( fabs( _upSpeed ) < _speedEpsilon )
_sideSpeed = 0.0;
_upSpeed = 0.0;
}