Skip to content

Commit

Permalink
[Fix] Use union instead of struct when raw4x4f32 field is added in ma…
Browse files Browse the repository at this point in the history
…t4_t
  • Loading branch information
ravi688 committed Jun 28, 2024
1 parent da55334 commit 76a3053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/hpml/mat4.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ typedef struct mat4_t
{
union
{
struct
union
{
// elements
struct
Expand Down

0 comments on commit 76a3053

Please sign in to comment.