- 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

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"); Printf("This won't take effect until " GAMENAME " is restarted.\n");
} }
#ifdef __arm__ #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"); Printf("This won't take effect until " GAMENAME " is restarted.\n");
} }