mirror of
https://github.com/nzp-team/glquake.git
synced 2024-11-22 03:51:04 +00:00
Fix broken texture cache lookup
This commit is contained in:
parent
b05e85189f
commit
21e0494fe9
1 changed files with 1 additions and 1 deletions
|
@ -1679,7 +1679,7 @@ int GL_LoadTexture (char *identifier, int width, int height, byte *data, qboolea
|
|||
|
||||
// naievil -- why do we have this twice lol
|
||||
gltextures[glt->texnum].checksum = lhcsum;
|
||||
gltextures[glt->texnum].lhcsum = lhcsum;
|
||||
//gltextures[glt->texnum].lhcsum = lhcsum;
|
||||
|
||||
gltextures[glt->texnum].width = width;
|
||||
gltextures[glt->texnum].height = height;
|
||||
|
|
Loading…
Reference in a new issue