mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
Someone forgot a \n on some intel-specific Cbuf_AddText hack.
This commit is contained in:
parent
0ca6d9ad77
commit
34a87f4034
1 changed files with 1 additions and 1 deletions
|
@ -1352,7 +1352,7 @@ static void GL_Init (void)
|
|||
if (!strcmp(gl_vendor, "Intel"))
|
||||
{
|
||||
Con_Printf ("Intel Display Adapter detected, enabling gl_clear\n");
|
||||
Cbuf_AddText ("gl_clear 1");
|
||||
Cbuf_AddText ("gl_clear 1\n"); //Spike -- don't forget your \ns guys...
|
||||
}
|
||||
//johnfitz
|
||||
|
||||
|
|
Loading…
Reference in a new issue