Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NPCompress authored Nov 15, 2018
1 parent 1290721 commit 2ee0e92
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,7 @@ if (cmp_status != CMP_OK)
//==========================
// Save Compressed Testure
//==========================
if (!SaveDDSFile(pszDestFile, destTexture))
{
...
}
SaveDDSFile(pszDestFile, destTexture))

free(srcTexture.pData);
free(destTexture.pData);
Expand Down

0 comments on commit 2ee0e92

Please sign in to comment.