mirror of
https://github.com/glfw/glfw.git
synced 2024-11-15 10:44:34 +00:00
Modified clear colour of usercontext test to remove transparency
This commit is contained in:
parent
ab4b4e95f6
commit
e91b1820dd
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user