From 384f74ba39bbcd10ad7e0d8dc76227f08e0dc333 Mon Sep 17 00:00:00 2001 From: castano Date: Wed, 21 Oct 2009 07:42:33 +0000 Subject: [PATCH] Use minimal set by default. --- src/nvtt/squish/colourset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nvtt/squish/colourset.h b/src/nvtt/squish/colourset.h index 99586da..a95ab64 100644 --- a/src/nvtt/squish/colourset.h +++ b/src/nvtt/squish/colourset.h @@ -37,7 +37,7 @@ namespace nvsquish { class ColourSet { public: - ColourSet( u8 const* rgba, int flags, bool createMinimalSet = false ); + ColourSet( u8 const* rgba, int flags, bool createMinimalSet = true ); int GetCount() const { return m_count; } Vec3 const* GetPoints() const { return m_points; }