From 8359802fa35b5d8f920483b5aca974e02a17069c Mon Sep 17 00:00:00 2001 From: Mark Callow Date: Thu, 12 Dec 2024 17:28:45 +0900 Subject: [PATCH] Fix typo. --- lib/astc_codec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/astc_codec.cpp b/lib/astc_codec.cpp index 70f87a4481..3a62d412f3 100644 --- a/lib/astc_codec.cpp +++ b/lib/astc_codec.cpp @@ -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");