mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
Fix drawing voxels with ids >= 256
git-svn-id: https://svn.eduke32.com/eduke32@5671 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
34f208afa2
commit
6363de0a4c
1 changed files with 1 additions and 1 deletions
|
@ -5380,7 +5380,7 @@ typedef zint_t voxint_t;
|
|||
// drawvox
|
||||
//
|
||||
static void drawvox(int32_t dasprx, int32_t daspry, int32_t dasprz, int32_t dasprang,
|
||||
int32_t daxscale, int32_t dayscale, char daindex,
|
||||
int32_t daxscale, int32_t dayscale, int32_t daindex,
|
||||
int8_t dashade, char dapal, const int32_t *daumost, const int32_t *dadmost)
|
||||
{
|
||||
int32_t i, j, k, x, y;
|
||||
|
|
Loading…
Reference in a new issue