Fix DXT1a support.

This commit is contained in:
castano
2008-01-07 07:45:27 +00:00
parent c02a5bb51f
commit 33c09ae591
2 changed files with 7 additions and 1 deletions

View File

@ -27,6 +27,12 @@
namespace squish {
// @@ Add flags:
// - FindColorMatch
// - DXT1a
// - WeightColorByAlpha
ColourSet::ColourSet( u8 const* rgba, int flags )
: m_count( 0 ),
m_transparent( false )