mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 02:42:20 +00:00
allow models to change colors more than once.
This commit is contained in:
parent
53c7df4818
commit
369563ad92
1 changed files with 1 additions and 1 deletions
|
@ -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 || grmip->tcindex == skinnum)
|
||||
if (grmip->colormap == colormap || (skinnum < 1 && grmip->tcindex == skinnum))
|
||||
{
|
||||
if (grmip->downloaded && grmip->grInfo.data)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue