Update version number.
This commit is contained in:
parent
ad85b0fcbe
commit
0b13b6d0d9
@ -532,7 +532,7 @@ DDSHeader::DDSHeader()
|
|||||||
|
|
||||||
// Store version information on the reserved header attributes.
|
// Store version information on the reserved header attributes.
|
||||||
this->reserved[9] = MAKEFOURCC('N', 'V', 'T', 'T');
|
this->reserved[9] = MAKEFOURCC('N', 'V', 'T', 'T');
|
||||||
this->reserved[10] = (0 << 16) | (9 << 8) | (5); // major.minor.revision
|
this->reserved[10] = (2 << 16) | (1 << 8) | (0); // major.minor.revision
|
||||||
|
|
||||||
this->pf.size = 32;
|
this->pf.size = 32;
|
||||||
this->pf.flags = 0;
|
this->pf.flags = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user