mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-20 19:12:03 +00:00
Someone forgot a \n on some intel-specific Cbuf_AddText hack.
This commit is contained in:
parent
f0b8c70df2
commit
bb29d71c8b
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