mirror of
https://github.com/glfw/glfw.git
synced 2024-11-13 05: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() )
|
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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user