Update version in dds fingerprint.

2.0
castano 15 years ago
parent 155ef81d99
commit ffe94b76fb

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

Loading…
Cancel
Save