- attempt to speed up color picking

This commit is contained in:
Mark Vejvoda 2013-01-23 22:34:22 +00:00
parent 69568f5b1a
commit 86eac7451b

View File

@ -251,7 +251,7 @@ public:
BaseColorPickEntity();
virtual ~BaseColorPickEntity() {}
static const int COLOR_COMPONENTS = 4;
static const int COLOR_COMPONENTS = 3;
struct ColorPickStruct {
unsigned char color[COLOR_COMPONENTS];