Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCallow committed Dec 12, 2024
1 parent 13cc51e commit 8359802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/astc_codec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ mapAstcError(astcenc_error astc_error) {
return KTX_INVALID_OPERATION;
case ASTCENC_ERR_BAD_CPU_FLOAT:
assert(false && "Code compiled such that float operations do not meet codec's assumptions.");
// Most likely compiled with fast match enabled.
// Most likely compiled with fast math enabled.
return KTX_INVALID_OPERATION;
case ASTCENC_ERR_NOT_IMPLEMENTED:
assert(false && "ASTCENC_BLOCK_MAX_TEXELS not enough for specified block size");
Expand Down

0 comments on commit 8359802

Please sign in to comment.