1
0
mirror of https://github.com/glfw/glfw.git synced 2025-04-13 12:22:02 +00:00

Modified clear colour of usercontext test to remove transparency

This commit is contained in:
Doug Binks 2021-03-23 12:37:54 +00:00
parent ab4b4e95f6
commit e91b1820dd

View File

@ -72,7 +72,7 @@ int main(void)
return -1; return -1;
} }
glClearColor( 0.4f, 0.3f, 0.4f, 0.0f ); glClearColor( 0.4f, 0.3f, 0.4f, 1.0f );
/* Loop until the user closes the window */ /* Loop until the user closes the window */