mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
surround macro values with parentheses
This commit is contained in:
@@ -45,8 +45,8 @@
|
||||
|
||||
|
||||
/* for C only */
|
||||
#define GLM_MAT3_IDENTITY (mat3)GLM_MAT3_IDENTITY_INIT
|
||||
#define GLM_MAT3_ZERO (mat3)GLM_MAT3_ZERO_INIT
|
||||
#define GLM_MAT3_IDENTITY ((mat3)GLM_MAT3_IDENTITY_INIT)
|
||||
#define GLM_MAT3_ZERO ((mat3)GLM_MAT3_ZERO_INIT)
|
||||
|
||||
/* DEPRECATED! use _copy, _ucopy versions */
|
||||
#define glm_mat3_dup(mat, dest) glm_mat3_copy(mat, dest)
|
||||
|
||||
Reference in New Issue
Block a user