change clear color

This commit is contained in:
Brian 2007-06-18 06:57:36 -06:00
parent 97fc768574
commit 9ec2e16223
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ static void Init(void)
fprintf(stderr, "GL_VERSION = %s\n", (char *) glGetString(GL_VERSION));
fprintf(stderr, "GL_VENDOR = %s\n", (char *) glGetString(GL_VENDOR));
glClearColor(0.0, 0.0, 1.0, 0.0);
glClearColor(0.3, 0.3, 0.3, 0.0);
}
static void Reshape(int width, int height)