Change animated apps to double-buffered visuals by default.

This commit is contained in:
Gareth Hughes
2000-10-27 02:49:17 +00:00
parent b4df56fcd9
commit ba58a6665f
8 changed files with 48 additions and 48 deletions

View File

@@ -123,7 +123,7 @@ static void Draw(void)
} else {
glDisable(GL_LINE_STIPPLE);
}
if (mode2) {
ci = CI_OFFSET;
glEnable(GL_LINE_SMOOTH);
@@ -170,7 +170,7 @@ static GLenum Args(int argc, char **argv)
GLint i;
rgb = GL_TRUE;
doubleBuffer = GL_FALSE;
doubleBuffer = GL_TRUE;
for (i = 1; i < argc; i++) {
if (strcmp(argv[i], "-ci") == 0) {