diff --git a/quicktex/s3tc/bc1/BC1Block.h b/quicktex/s3tc/bc1/BC1Block.h index 02f02fc..7389830 100644 --- a/quicktex/s3tc/bc1/BC1Block.h +++ b/quicktex/s3tc/bc1/BC1Block.h @@ -121,6 +121,6 @@ class alignas(8) BC1Block { */ void SetSelectors(const SelectorArray& unpacked); - constexpr bool Is3Color() const { return GetColor0Raw() <= GetColor1Raw(); } + bool Is3Color() const { return GetColor0Raw() <= GetColor1Raw(); } }; } // namespace quicktex::s3tc \ No newline at end of file