Remove support for some external compressors.

This commit is contained in:
Ignacio
2020-08-23 15:21:54 -07:00
parent 9d93fccb37
commit b06d5aba59
5 changed files with 4 additions and 177 deletions

View File

@ -585,7 +585,7 @@ DDSHeader::DDSHeader()
// Store version information on the reserved header attributes.
this->reserved[9] = FOURCC_NVTT;
this->reserved[10] = (2 << 16) | (1 << 8) | (0); // major.minor.revision
this->reserved[10] = (2 << 16) | (1 << 8) | (1); // major.minor.revision
this->pf.size = 32;
this->pf.flags = 0;