commit 0938637fb20c07874b80fffdd143a4434753b3e7 parent 42ac73718aa4a274b6d490fd383434aec49c3d20 Author: Amin Mesbah <dev@aminmesbah.com> Date: Fri, 8 Jun 2018 00:24:49 -0700 Fix horrifyingly uncaught mistake in v2 definition Diffstat:
M | src/glmth.h | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/glmth.h b/src/glmth.h @@ -26,8 +26,8 @@ typedef union struct { f32 x, y; - } - E[2]; + }; + f32 E[2]; } v2; typedef union