]> git.mxchange.org Git - flightgear.git/commitdiff
Fix a potential mouse freeze.
authorcurt <curt>
Fri, 8 Feb 2002 17:18:50 +0000 (17:18 +0000)
committercurt <curt>
Fri, 8 Feb 2002 17:18:50 +0000 (17:18 +0000)
src/GUI/mouse.cxx

index 1c6a49476ddfd4d57cbd4cfc07eec8fc73974d5e..9a08c457b8bbdf17018ee562b1e3d015b90cf17d 100644 (file)
@@ -372,7 +372,7 @@ void guiMotionFunc ( int x, int y )
             if( gui_menu_on )
                 guiToggleMenu();                       
         }
-        // puMouse ( x, y ) ;
+        puMouse ( x, y ) ;
         glutPostRedisplay () ;
     } else {
         if( x == _mX && y == _mY)