From Romano, ' ' now sets pause to false.

This commit is contained in:
Robert Osfield 2003-04-09 13:29:12 +00:00
parent eb995684fb
commit 3dc180f3fd

View File

@ -86,6 +86,7 @@ bool AnimationPathManipulator::handle(const osgGA::GUIEventAdapter& ea,osgGA::GU
case GUIEventAdapter::KEYDOWN:
if (ea.getKey()==' ')
{
_isPaused = false;
home(ea,us);
us.requestRedraw();
us.requestContinuousUpdate(false);