mirror of
https://github.com/recp/cglm.git
synced 2025-10-04 01:00:46 +00:00
fix mat3 base type
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
typedef float vec3[3];
|
||||
typedef float vec4[4];
|
||||
|
||||
typedef float mat3[3];
|
||||
typedef vec3 mat3[3];
|
||||
typedef vec4 mat4[4];
|
||||
|
||||
CGLM_INLINE
|
||||
|
Reference in New Issue
Block a user