mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
git-svn-id: https://svn.eduke32.com/eduke32@917 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
0faa6b0010
commit
a9a1379278
1 changed files with 2 additions and 0 deletions
|
@ -633,6 +633,8 @@ static int mdloadskin_cached(int fil, texcacheheader *head, int *doalloc, GLuint
|
|||
pict.ydim = B_LITTLE32(pict.ydim);
|
||||
pict.border = B_LITTLE32(pict.border);
|
||||
pict.depth = B_LITTLE32(pict.depth);
|
||||
pict.xdim >>= head->quality;
|
||||
pict.ydim >>= head->quality;
|
||||
|
||||
if (level == 0) { *xsiz = pict.xdim; *ysiz = pict.ydim; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue