mirror of
https://github.com/glest/glest-source.git
synced 2025-08-11 19:04:00 +02:00
- added color picking used colors count in debug view
This commit is contained in:
@@ -286,6 +286,8 @@ public:
|
||||
unsigned char * getUniqueColorID() { return &uniqueColorID[0]; }
|
||||
bool get_next_assign_color(unsigned char *assign_to);
|
||||
|
||||
static int getUsedColorIDListSize() { return (int)usedColorIDList.size(); }
|
||||
|
||||
private:
|
||||
|
||||
unsigned char uniqueColorID[COLOR_COMPONENTS];
|
||||
|
Reference in New Issue
Block a user