Merging r6383 through r6403 from trunk to ogl-es branch
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6404 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
@@ -693,8 +693,8 @@ IImage* CImageLoaderDDS::loadImage(io::IReadFile* file) const
|
||||
s32 width, height;
|
||||
eDDSPixelFormat pixelFormat;
|
||||
ECOLOR_FORMAT format = ECF_UNKNOWN;
|
||||
u32 dataSize = 0;
|
||||
u32 mipMapsDataSize = 0;
|
||||
size_t dataSize = 0;
|
||||
size_t mipMapsDataSize = 0;
|
||||
bool is3D = false;
|
||||
bool useAlpha = false;
|
||||
u32 mipMapCount = 0;
|
||||
|
Reference in New Issue
Block a user