mirror of
https://github.com/glest/glest-source.git
synced 2025-09-30 09:29:25 +02:00
Tweak to see if we can get the new colour picking code working
This commit is contained in:
@@ -278,8 +278,8 @@ public:
|
||||
private:
|
||||
unsigned char uniqueColorID[COLOR_COMPONENTS];
|
||||
|
||||
static int nextColorID;
|
||||
static const int k, p;
|
||||
static unsigned nextColorID;
|
||||
static const unsigned k, p;
|
||||
static Mutex mutexNextColorID;
|
||||
|
||||
static auto_ptr<PixelBufferWrapper> pbo;
|
||||
|
Reference in New Issue
Block a user