Skip to content

Commit

Permalink
Fix ccHSVValue (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjasmine00 authored Apr 16, 2024
1 parent 2443422 commit 5e11dda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions loader/include/Geode/cocos/include/ccTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e11dda

Please sign in to comment.