- make the new renderer the default.

This commit is contained in:
Christoph Oelckers 2022-01-07 23:21:28 +01:00
parent a3162f6ccf
commit 1c721f3568

View file

@ -91,7 +91,7 @@ int pm_smoothratio;
// For testing - will be removed later.
CVAR(Int, skytile, 0, 0)
CVAR(Bool, vid_renderer, false, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
CVAR(Bool, vid_renderer, true, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
static vec3_t spritesxyz[MAXSPRITESONSCREEN + 1];
static int16_t thewall[MAXWALLSB];