From 76a30530b3137e16671712ed503eec57cbc9b462 Mon Sep 17 00:00:00 2001 From: ravi688 Date: Fri, 28 Jun 2024 18:25:10 +0530 Subject: [PATCH] [Fix] Use union instead of struct when raw4x4f32 field is added in mat4_t --- include/hpml/mat4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hpml/mat4.h b/include/hpml/mat4.h index a9a2eda..e1ff615 100644 --- a/include/hpml/mat4.h +++ b/include/hpml/mat4.h @@ -38,7 +38,7 @@ typedef struct mat4_t { union { - struct + union { // elements struct