mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-24 16:01:00 +00:00
Models: This seems like a bugfix.
git-svn-id: https://svn.eduke32.com/eduke32@5703 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
5c9933439e
commit
9b4957aa17
1 changed files with 1 additions and 1 deletions
|
@ -903,7 +903,7 @@ int32_t mdloadskin(md2model_t *m, int32_t number, int32_t pal, int32_t surf)
|
||||||
|
|
||||||
int32_t const texfmt = glinfo.bgra ? GL_BGRA : GL_RGBA;
|
int32_t const texfmt = glinfo.bgra ? GL_BGRA : GL_RGBA;
|
||||||
|
|
||||||
uploadtexture((doalloc&1), siz, texfmt, pic, siz,
|
uploadtexture((doalloc&1), siz, texfmt, pic, tsiz,
|
||||||
DAMETH_HI | DAMETH_MASK |
|
DAMETH_HI | DAMETH_MASK |
|
||||||
TO_DAMETH_NODOWNSIZE(sk->flags) |
|
TO_DAMETH_NODOWNSIZE(sk->flags) |
|
||||||
TO_DAMETH_NOTEXCOMPRESS(sk->flags) |
|
TO_DAMETH_NOTEXCOMPRESS(sk->flags) |
|
||||||
|
|
Loading…
Reference in a new issue