mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-19 17:39:50 -04:00
Fix ccHSVValue (#694)
This commit is contained in:
parent
2443422e94
commit
5e11ddab85
1 changed files with 1 additions and 2 deletions
3
loader/include/Geode/cocos/include/ccTypes.h
vendored
3
loader/include/Geode/cocos/include/ccTypes.h
vendored
|
@ -48,10 +48,9 @@ typedef struct _ccColor3B
|
|||
typedef struct _ccHSVValue
|
||||
{
|
||||
float h, s, v;
|
||||
GLubyte absoluteSaturation;
|
||||
GLubyte absoluteBrightness;
|
||||
bool saturationChecked;
|
||||
bool brightnessChecked;
|
||||
private: unsigned char __pad[2];
|
||||
} ccHSVValue;
|
||||
|
||||
static inline ccHSVValue
|
||||
|
|
Loading…
Reference in a new issue