mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-28 01:40:41 +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.
|
// For testing - will be removed later.
|
||||||
CVAR(Int, skytile, 0, 0)
|
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)
|
extern fixed_t global100horiz; // (-100..300)-scale horiz (the one passed to drawrooms)
|
||||||
static vec3_t spritesxyz[MAXSPRITESONSCREEN + 1];
|
static vec3_t spritesxyz[MAXSPRITESONSCREEN + 1];
|
||||||
|
|
Loading…
Reference in a new issue