mirror of
https://github.com/glest/glest-source.git
synced 2025-02-25 04:02:30 +01:00
- attempt to speed up color picking
This commit is contained in:
parent
69568f5b1a
commit
86eac7451b
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user