mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2025-04-22 08:28:53 +00:00
- re-fixed FTexture::CheckTrans
The original broken code had it always reset the translucency info to 'not present'. The first fix completely removed that line, although it was merely misplaced, but still necessary to avoid constant re-checking of the same texture.
This commit is contained in:
parent
3e08a8e220
commit
e30b380e85
1 changed files with 1 additions and 0 deletions
|
@ -508,6 +508,7 @@ void FTexture::CheckTrans(unsigned char * buffer, int size, int trans)
|
|||
return;
|
||||
}
|
||||
}
|
||||
gl_info.mIsTransparent = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue