- removed the obsolete Doomsday 1.8-style texture pack support.
This poorly integrated into the texture system and wasn't compatible with modern texture packs anymore so its usefulness was questionable.
This commit is contained in:
parent
b2a17dfdc2
commit
5490ffcd77
11 changed files with 8 additions and 436 deletions
|
|
@ -64,7 +64,7 @@ FSoftwareTexture::FSoftwareTexture(FTexture *tex)
|
|||
mTexture = tex;
|
||||
mSource = tex;
|
||||
|
||||
mBufferFlags = (gl_texture_usehires && !tex->isScaled() && tex->GetImage() && !tex->isSprite() ) ? CTF_CheckHires|CTF_ProcessData : CTF_ProcessData;
|
||||
mBufferFlags = CTF_ProcessData;
|
||||
auto info = tex->CreateTexBuffer(0, CTF_CheckOnly| mBufferFlags);
|
||||
mPhysicalWidth = info.mWidth;
|
||||
mPhysicalHeight = info.mHeight;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue