From af6ea428bdd9842138d27d78964d718fc1563d33 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. --- trunk/src/nvtt/squish/colourset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/nvtt/squish/colourset.h b/trunk/src/nvtt/squish/colourset.h index 99586da..a95ab64 100644 --- a/trunk/src/nvtt/squish/colourset.h +++ b/trunk/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; }