mirror of
https://github.com/glfw/glfw.git
synced 2024-11-11 04:53:50 +00:00
Remove pointless window hint from Boing example
This commit is contained in:
parent
0365f1ec82
commit
fc3acdacf6
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user