git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11656
d7cf8633-e32d-0410-b094-
e92efae38249
// if it was created (or replaced) by Draw_NewPic, just return it
if(pic->flags & CACHEPICFLAG_NEWPIC)
return pic;
- if (!((pic->texflags ^ texflags) & ~(TEXF_COMPRESS))) // ignore TEXF_COMPRESS when comparing, because fallback pics remove the flag
+ // if (!((pic->texflags ^ texflags) & ~(TEXF_COMPRESS))) // ignore TEXF_COMPRESS when comparing, because fallback pics remove the flag
+ // better don't compare texflags at all, because draw operations have no way to specify the texflags
{
if(!(cachepicflags & CACHEPICFLAG_NOTPERSISTENT))
{