This commit is contained in:
2023-06-12 06:25:17 -07:00
parent 1afa254a0d
commit da5d3da6df
6 changed files with 181 additions and 153 deletions

View File

@@ -11,7 +11,7 @@ namespace Dawn {
uint8_t r, g, b, a;
};
#pragma pack(push, 1)
#pragma pack(push, 4)
struct Color {
float_t r, g, b, a;