Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

Commit

Permalink
Update version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
castano committed Aug 24, 2020
1 parent 72dd3db commit b1a90f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nvimage/DirectDrawSurface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) | (1); // major.minor.revision
this->reserved[10] = (2 << 16) | (1 << 8) | (2); // major.minor.revision

this->pf.size = 32;
this->pf.flags = 0;
Expand Down

0 comments on commit b1a90f3

Please sign in to comment.