]> git.cworth.org Git - apitrace-tests/blobdiff - apps/gl/varray.c
Use opaque clear color.
[apitrace-tests] / apps / gl / varray.c
index 27cf8a1c37bdd677ccdac18a2fa9f5adce78aecf..112c23c3265144e8eedf0bc4e120252c0626d80f 100644 (file)
@@ -135,7 +135,7 @@ static void setupInterleave(void)
 
 static void init(void)
 {
-   glClearColor(0.0, 0.0, 0.0, 0.0);
+   glClearColor(0.0, 0.0, 0.0, 1.0);
    glShadeModel(GL_SMOOTH);
    setupPointers();
 }