Fix a potential mouse freeze.
This commit is contained in:
parent
827e11ff81
commit
c06aad31b3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue