From 5e11ddab858071f3a363d45bf839373ae1fb51ac Mon Sep 17 00:00:00 2001 From: Justin <52604018+hiimjustin000@users.noreply.github.com> Date: Tue, 16 Apr 2024 01:16:51 -0400 Subject: [PATCH] Fix ccHSVValue (#694) --- loader/include/Geode/cocos/include/ccTypes.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/loader/include/Geode/cocos/include/ccTypes.h b/loader/include/Geode/cocos/include/ccTypes.h index 2f44f4ce0..5ef419c75 100644 --- a/loader/include/Geode/cocos/include/ccTypes.h +++ b/loader/include/Geode/cocos/include/ccTypes.h @@ -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