mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Fixed: Warning when DDS_HEADER is not initialized
This commit is contained in:
parent
50a7977d5e
commit
8b74943e6e
1 changed files with 2 additions and 0 deletions
|
@ -179,6 +179,8 @@ void CS3TCCompressor::compress(const NLMISC::CBitmap &bmpSrc, bool optMipMap, u
|
|||
DDS_HEADER dest;
|
||||
NLMISC::CBitmap picSrc= bmpSrc;
|
||||
|
||||
// initialize DDS_HEADER
|
||||
memset(&dest, 0, sizeof(dest));
|
||||
|
||||
// For all mipmaps, compress.
|
||||
if(optMipMap)
|
||||
|
|
Loading…
Reference in a new issue