- backend update from Raze.

This commit is contained in:
Christoph Oelckers 2021-01-29 13:54:18 +01:00
commit f108a106c9
5 changed files with 11 additions and 3 deletions

View file

@ -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;