mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 11:10:47 +00:00
Fix regression in software rendering of slopes in r8363
git-svn-id: https://svn.eduke32.com/eduke32@8418 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
9134bebc46
commit
b71ef4a140
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ int32_t globaltilesizy;
|
||||||
int32_t globalx1, globaly2, globalx3, globaly3;
|
int32_t globalx1, globaly2, globalx3, globaly3;
|
||||||
|
|
||||||
int32_t sloptable[SLOPTABLESIZ];
|
int32_t sloptable[SLOPTABLESIZ];
|
||||||
#define SLOPALOOKUPSIZ (MAXXDIM<<1)
|
#define SLOPALOOKUPSIZ 16384
|
||||||
static intptr_t slopalookup[SLOPALOOKUPSIZ]; // was 2048
|
static intptr_t slopalookup[SLOPALOOKUPSIZ]; // was 2048
|
||||||
|
|
||||||
static int32_t no_radarang2 = 0;
|
static int32_t no_radarang2 = 0;
|
||||||
|
|
Loading…
Reference in a new issue