From 1c721f356837fc596eb03122ba9df99a2381ad2f Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Fri, 7 Jan 2022 23:21:28 +0100 Subject: [PATCH] - make the new renderer the default. --- source/build/src/polymost.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/build/src/polymost.cpp b/source/build/src/polymost.cpp index 70dfde803..b5f8b9a0d 100644 --- a/source/build/src/polymost.cpp +++ b/source/build/src/polymost.cpp @@ -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];