Lower case, so done with upper case components

main
Cameron Murphy Reikes 2 years ago
parent 245b7d05b0
commit e592d96a46

@ -224,6 +224,12 @@ typedef union Vec2
float X, Y;
};
// fuck off
struct
{
float x, y;
};
struct
{
float U, V;

Loading…
Cancel
Save