Fixed GLXgears compilation
This commit is contained in:
@@ -451,7 +451,7 @@ main(int argc, char *argv[])
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
keys = SDL_GetKeyState(NULL);
|
keys = SDL_GetKeyboardState(NULL);
|
||||||
|
|
||||||
if ( keys[SDLK_ESCAPE] ) {
|
if ( keys[SDLK_ESCAPE] ) {
|
||||||
done = 1;
|
done = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user