People don't like bright green ... :(

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@318 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-10-13 06:33:10 +00:00
parent 8d74660384
commit 3e75ffd266
1 changed files with 1 additions and 1 deletions

View File

@ -777,7 +777,7 @@ qboolean VID_AttachGL (rendererstate_t *info)
}
_vid_wait_override.modified = false;
TRACE(("dbg: VID_AttachGL: qSwapBuffers\n"));
glClearColor(0, 1, 0, 0);
glClearColor(0, 0, 0, 0);
glClear(GL_COLOR_BUFFER_BIT);
qSwapBuffers(maindc);