Basicallly POC, but still somethign wrong with u_FontQuadParts
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Dawn {
|
||||
};
|
||||
|
||||
#pragma pack(push, 1)
|
||||
struct __attribute__ ((packed)) Color {
|
||||
struct Color {
|
||||
float_t r, g, b, a;
|
||||
|
||||
struct Color operator * (const float_t &x) {
|
||||
|
||||
Reference in New Issue
Block a user