Fix more errors in the use of the color metric.

Remove debug code from compress.cpp
This commit is contained in:
castano
2007-12-13 06:36:23 +00:00
parent 6b016dae96
commit a76e89d0d7
7 changed files with 24 additions and 23 deletions

View File

@ -55,12 +55,14 @@ private:
#if SQUISH_USE_SIMD
Vec4 m_unweighted[16];
Vec4 m_metric;
Vec4 m_metricSqr;
Vec4 m_xxsum;
Vec4 m_xsum;
Vec4 m_besterror;
#else
Vec3 m_unweighted[16];
Vec3 m_metric;
Vec3 m_metricSqr;
Vec3 m_xxsum;
Vec3 m_xsum;
float m_besterror;