Skip to content

Commit

Permalink
Update ccTypes.h
Browse files Browse the repository at this point in the history
  • Loading branch information
dankmeme01 authored Apr 16, 2024
1 parent 5e11dda commit d7c3d4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions loader/include/Geode/cocos/include/ccTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ typedef struct _ccColor3B
typedef struct _ccHSVValue
{
float h, s, v;
bool saturationChecked;
bool brightnessChecked;
bool absoluteSaturation;
bool absoluteBrightness;
private: unsigned char __pad[2];
} ccHSVValue;

Expand Down

0 comments on commit d7c3d4a

Please sign in to comment.