gl_vidsdl.c: make the intel hack feedback a bit more informative

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@834 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Sander van Dijk 2013-03-02 15:32:27 +00:00
parent f02120cc7f
commit 78900118f3

View file

@ -682,7 +682,7 @@ static void GL_Init (void)
//johnfitz -- intel video workarounds from Baker //johnfitz -- intel video workarounds from Baker
if (!strcmp(gl_vendor, "Intel")) if (!strcmp(gl_vendor, "Intel"))
{ {
Con_Printf ("Intel Display Adapter detected\n"); Con_Printf ("Intel Display Adapter detected, enabling gl_clear\n");
Cbuf_AddText ("gl_clear 1"); Cbuf_AddText ("gl_clear 1");
} }
//johnfitz //johnfitz