Skip to content

Commit

Permalink
Fix alignment, removes tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
abbaswasim authored and MarkCallow committed Jun 20, 2023
1 parent 04bdffe commit 8e4ee5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/astc_encode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ ktxTexture2_CompressAstcEx(ktxTexture2* This, ktxAstcParams* params) {
astcenc_compress_reset(astc_context);
offset += levelImageSizeIn;

imageFree(input_image);
imageFree(input_image);

if (work.error != ASTCENC_SUCCESS) {
std::cout << "ASTC compressor failed\n" <<
Expand Down

0 comments on commit 8e4ee5d

Please sign in to comment.