Fix broken texture cache lookup

This commit is contained in:
cypress 2024-08-13 20:24:49 -07:00
parent b05e85189f
commit 21e0494fe9

View file

@ -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;