From e592d96a4602071cac74e72dc45fbba3b8ff81b9 Mon Sep 17 00:00:00 2001 From: Cameron Reikes Date: Sat, 25 Feb 2023 20:30:32 -0800 Subject: [PATCH] Lower case, so done with upper case components --- thirdparty/HandmadeMath.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/thirdparty/HandmadeMath.h b/thirdparty/HandmadeMath.h index 6cc8669..183ded9 100644 --- a/thirdparty/HandmadeMath.h +++ b/thirdparty/HandmadeMath.h @@ -224,6 +224,12 @@ typedef union Vec2 float X, Y; }; + // fuck off + struct + { + float x, y; + }; + struct { float U, V;