Integrating github/staging through commit ab87ed9
This commit is contained in:
@@ -266,9 +266,6 @@ bool CImage_DXTC::Load(const char* filename, CImageEx& outImage, bool* pQualityL
|
||||
|
||||
BYTE* pDecompBytes;
|
||||
|
||||
// Does texture have mipmaps?
|
||||
bool bMipTexture = pImage->mfGet_numMips() > 1;
|
||||
|
||||
ETEX_Format eFormat = pImage->mfGetFormat();
|
||||
int imageFlags = pImage->mfGet_Flags();
|
||||
|
||||
@@ -298,9 +295,6 @@ bool CImage_DXTC::Load(const char* filename, CImageEx& outImage, bool* pQualityL
|
||||
|
||||
int nHorizontalFaces(1);
|
||||
int nVerticalFaces(1);
|
||||
int nNumFaces(1);
|
||||
int nMipMapsSize(0);
|
||||
int nMipMapCount(numMips);
|
||||
int nTargetPitch(imageWidth * 4);
|
||||
int nTargetPageSize(nTargetPitch * imageHeight);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user