- default 'testnewrenderer' to false.

This commit is contained in:
Christoph Oelckers 2021-05-05 22:30:58 +02:00
parent 2f9e32f748
commit d54a8724b5

View file

@ -57,7 +57,7 @@ int pm_smoothratio;
// For testing - will be removed later.
CVAR(Int, skytile, 0, 0)
CVAR(Bool, testnewrenderer, true, 0)
CVAR(Bool, testnewrenderer, false, 0)
extern fixed_t global100horiz; // (-100..300)-scale horiz (the one passed to drawrooms)
static vec3_t spritesxyz[MAXSPRITESONSCREEN + 1];