mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-19 19:35:26 +00:00
remove old legacy extensions that aren't being used.
This commit is contained in:
parent
6caafc9844
commit
a216b4515b
4 changed files with 5 additions and 42 deletions
|
|
@ -304,8 +304,7 @@ bool GFXGLTextureManager::_loadTexture(GFXTextureObject *aTexture, DDSFile *dds)
|
|||
glBindTexture(texture->getBinding(), texture->getHandle());
|
||||
texture->mFormat = dds->mFormat;
|
||||
U32 numMips = dds->mSurfaces[0]->mMips.size();
|
||||
if(GFX->getCardProfiler()->queryProfile("GL::Workaround::noManualMips"))
|
||||
numMips = 1;
|
||||
|
||||
for(U32 i = 0; i < numMips; i++)
|
||||
{
|
||||
if(isCompressedFormat(dds->mFormat))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue