Fixed warning under Visual.NET

This commit is contained in:
Robert Osfield
2002-11-04 09:07:25 +00:00
parent 6bb8002116
commit 22c6fa1565

View File

@@ -46,14 +46,10 @@ bool AnimationPathManipulator::handle(const osgGA::GUIEventAdapter& ea,osgGA::GU
{
case GUIEventAdapter::FRAME:
handleFrame( ea.time() );
retval = true;
break;
case GUIEventAdapter::KEYBOARD:
switch( ea.getKey())
{
default:
retval = false;
}
retval = false;
break;
default:
break;