diff --git a/Engine/source/gfx/bitmap/ddsLoader.cpp b/Engine/source/gfx/bitmap/ddsLoader.cpp index 4ad23ef39..5432f8856 100644 --- a/Engine/source/gfx/bitmap/ddsLoader.cpp +++ b/Engine/source/gfx/bitmap/ddsLoader.cpp @@ -607,7 +607,7 @@ bool DDSFile::read(Stream &s, U32 dropMipCount) else if ( mFlags.test( PitchSizeFlag ) ) mPitchOrLinearSize = getSurfacePitch( dropMipCount ); else - mPitchOrLinearSize = mPitchOrLinearSize; // Do nothing? + ; // Do nothing? // Now fix up the rest of the mMipMapCount = getMax( (U32)1, mMipMapCount - dropMipCount );