- Oops, forgot to actually disable vid_glswfb in last commit

This commit is contained in:
Magnus Norddahl 2017-04-12 03:22:38 +02:00
parent 96834fa524
commit df8fa1274a
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ CUSTOM_CVAR(Bool, gl_debug, false, CVAR_ARCHIVE | CVAR_GLOBALCONFIG | CVAR_NOINI
Printf("This won't take effect until " GAMENAME " is restarted.\n");
}
#ifdef __arm__
CUSTOM_CVAR(Bool, vid_glswfb, true, CVAR_NOINITCALL)
CUSTOM_CVAR(Bool, vid_glswfb, false, CVAR_NOINITCALL)
{
Printf("This won't take effect until " GAMENAME " is restarted.\n");
}