From 3dc180f3fdee1ad26105d017c4727bbde7bbce08 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 9 Apr 2003 13:29:12 +0000 Subject: [PATCH] From Romano, ' ' now sets pause to false. --- src/osgGA/AnimationPathManipulator.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osgGA/AnimationPathManipulator.cpp b/src/osgGA/AnimationPathManipulator.cpp index b7f590647..5658b519c 100644 --- a/src/osgGA/AnimationPathManipulator.cpp +++ b/src/osgGA/AnimationPathManipulator.cpp @@ -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);