Skip to content

Commit

Permalink
typo in readme code example
Browse files Browse the repository at this point in the history
  • Loading branch information
s9w authored Mar 16, 2024
1 parent acaa6b2 commit f9bef10
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 f9bef10

Please sign in to comment.