From dc86b2cdbfe888847b185d7287a7abedf2c052c2 Mon Sep 17 00:00:00 2001 From: Richard Geldreich Date: Fri, 3 Jul 2026 22:51:04 -0400 Subject: [PATCH] comment fix --- encoder/basisu_comp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encoder/basisu_comp.h b/encoder/basisu_comp.h index 5e42139..ec8b797 100644 --- a/encoder/basisu_comp.h +++ b/encoder/basisu_comp.h @@ -860,7 +860,7 @@ namespace basisu // Disable RGB dual plane usage (still can use dual plane on alpha blocks), for faster transcoding to BC7 but lower quality. bool_param m_xuastc_ldr_force_disable_rgb_dual_plane; - // Entropy coding syntax: Default is basist::astc_ldr_t::xuastc_ldr_syntax::cFullZstd (fastest transcoding but lower ratio). + // Entropy coding syntax: Default is basist::astc_ldr_t::xuastc_ldr_syntax::cFullZStd (fastest transcoding but lower ratio). param m_xuastc_ldr_syntax; // ASTC/XUASTC/XUBC7 weights - these per-channel weights are also used when encoding .DDS files