mirror of
https://github.com/glest/glest-source.git
synced 2025-08-30 11:19:48 +02:00
- attempt to speed up color picking
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user