Skip to content
Snippets Groups Projects
Commit 1b81232d authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

sike

parent 7e55dd31
No related branches found
No related tags found
2 merge requests!734Rebase Keycodes only branch.,!546Fix model texture blending
......@@ -963,7 +963,7 @@ static void HWR_GetBlendedTexture(GLPatch_t *gpatch, GLPatch_t *blendgpatch, INT
for (grmip = gpatch->mipmap; grmip->nextcolormap; )
{
grmip = grmip->nextcolormap;
if (grmip->colormap == colormap || (skinnum < 1 && grmip->tcindex == skinnum))
if (grmip->colormap == colormap || (skinnum < TC_DEFAULT && grmip->tcindex == skinnum))
{
if (grmip->downloaded && grmip->grInfo.data)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment