Fixed copy and paste error
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user