Skip to content

Commit

Permalink
Merge pull request #339 from EasyIP2023/bug/fix-mat4x2s
Browse files Browse the repository at this point in the history
types-struct: fix mat4x2s struct members
  • Loading branch information
recp authored Jul 18, 2023
2 parents 4bb7e77 + e9df003 commit 924db33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/cglm/types-struct.h
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ typedef union mat4x2s {
struct {
float m00, m01;
float m10, m11;
float m21, m22;
float m31, m32;
float m20, m21;
float m30, m31;
};
#endif
} mat4x2s;
Expand Down

0 comments on commit 924db33

Please sign in to comment.