Ver Fonte

Remove pointless window hint from Boing example

Camilla Berglund há 10 anos atrás
pai
commit
fc3acdacf6
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      examples/boing.c

+ 0 - 2
examples/boing.c

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