fix mat3 base type

This commit is contained in:
Recep Aslantas
2016-09-11 22:49:51 +03:00
parent 38a87ec4a6
commit a95ee3423d

View File

@@ -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