mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-27 20:20:40 +00:00
- make testnewrenderer persistent.
This commit is contained in:
parent
3fce8ab693
commit
34a5fb5a6a
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, false, 0)
|
CVAR(Bool, testnewrenderer, false, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
|
||||||
|
|
||||||
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