mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
Don't self-assign
This commit is contained in:
parent
b721288d6b
commit
be0b9728e5
1 changed files with 1 additions and 1 deletions
|
|
@ -607,7 +607,7 @@ bool DDSFile::read(Stream &s, U32 dropMipCount)
|
||||||
else if ( mFlags.test( PitchSizeFlag ) )
|
else if ( mFlags.test( PitchSizeFlag ) )
|
||||||
mPitchOrLinearSize = getSurfacePitch( dropMipCount );
|
mPitchOrLinearSize = getSurfacePitch( dropMipCount );
|
||||||
else
|
else
|
||||||
mPitchOrLinearSize = mPitchOrLinearSize; // Do nothing?
|
; // Do nothing?
|
||||||
|
|
||||||
// Now fix up the rest of the
|
// Now fix up the rest of the
|
||||||
mMipMapCount = getMax( (U32)1, mMipMapCount - dropMipCount );
|
mMipMapCount = getMax( (U32)1, mMipMapCount - dropMipCount );
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue