mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-27 20:20:40 +00:00
- explicitly disable mipmapping for indexed textures.
It looks like this code was not handled properly.
This commit is contained in:
parent
ddd0b412ae
commit
dd7d661f9a
1 changed files with 1 additions and 0 deletions
|
@ -312,6 +312,7 @@ bool FHardwareTexture::BindOrCreate(FTexture *tex, int texunit, int clampmode, i
|
|||
{
|
||||
glTextureBytes = 1;
|
||||
forcenofilter = true;
|
||||
needmipmap = false;
|
||||
}
|
||||
int w = 0, h = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue