Skip to content

Commit

Permalink
Merge pull request #310 from s9w/patch-1
Browse files Browse the repository at this point in the history
typo in readme code example
  • Loading branch information
NavNTCMP authored Mar 18, 2024
2 parents acaa6b2 + f9bef10 commit 7fa2ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ if (MipSetIn.m_nMipLevels <= 1)
//==========================
// Set Compression Options
//==========================
KernalOptions kernel_options;
memset(&kernel_options, 0, sizeof(KernalOptions));
KernelOptions kernel_options;
memset(&kernel_options, 0, sizeof(KernelOptions));
kernel_options.format = destFormat; // Set the format to process
kernel_options.fquality = fQuality; // Set the quality of the result
Expand Down

0 comments on commit 7fa2ba7

Please sign in to comment.