Fixed a small mistake in the previous commit for glutGet.
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@708 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
20684ece83
commit
490ada7091
@ -492,7 +492,6 @@ int FGAPIENTRY glutDeviceGet( GLenum eWhat )
|
||||
/* XXX WARNING: we are mostly lying in this function. */
|
||||
switch( eWhat )
|
||||
{
|
||||
case GLUT_HAS_KEYBOARD:
|
||||
case GLUT_HAS_KEYBOARD:
|
||||
/*
|
||||
* Win32 is assumed a keyboard, and this cannot be queried,
|
||||
|
Reference in New Issue
Block a user