Someone forgot a \n on some intel-specific Cbuf_AddText hack.

This commit is contained in:
Shpoike 2020-10-17 03:32:46 +01:00
parent 0ca6d9ad77
commit 34a87f4034
1 changed files with 1 additions and 1 deletions

View File

@ -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