mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 00:41:55 +00:00
- default 'testnewrenderer' to false.
This commit is contained in:
parent
2f9e32f748
commit
d54a8724b5
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue