mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
Review fixes
This commit is contained in:
parent
3205fea936
commit
f67a0353d0
3 changed files with 5 additions and 7 deletions
|
|
@ -606,8 +606,6 @@ bool DDSFile::read(Stream &s, U32 dropMipCount)
|
|||
mPitchOrLinearSize = getSurfaceSize( dropMipCount );
|
||||
else if ( mFlags.test( PitchSizeFlag ) )
|
||||
mPitchOrLinearSize = getSurfacePitch( dropMipCount );
|
||||
else
|
||||
; // Do nothing?
|
||||
|
||||
// Now fix up the rest of the
|
||||
mMipMapCount = getMax( (U32)1, mMipMapCount - dropMipCount );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue