Remove pointless window hint from Boing example

This commit is contained in:
Camilla Berglund 2016-03-18 10:33:23 +01:00
parent 0365f1ec82
commit fc3acdacf6

View File

@ -602,8 +602,6 @@ int main( void )
if( !glfwInit() ) if( !glfwInit() )
exit( EXIT_FAILURE ); exit( EXIT_FAILURE );
glfwWindowHint(GLFW_DEPTH_BITS, 16);
window = glfwCreateWindow( 400, 400, "Boing (classic Amiga demo)", NULL, NULL ); window = glfwCreateWindow( 400, 400, "Boing (classic Amiga demo)", NULL, NULL );
if (!window) if (!window)
{ {