mirror of
https://github.com/recp/cglm.git
synced 2026-01-06 23:13:19 +00:00
surround macro values with parentheses
This commit is contained in:
@@ -71,8 +71,8 @@
|
||||
{0.0f, 0.0f, 0.0f, 0.0f}}
|
||||
|
||||
/* for C only */
|
||||
#define GLM_MAT4_IDENTITY (mat4)GLM_MAT4_IDENTITY_INIT
|
||||
#define GLM_MAT4_ZERO (mat4)GLM_MAT4_ZERO_INIT
|
||||
#define GLM_MAT4_IDENTITY ((mat4)GLM_MAT4_IDENTITY_INIT)
|
||||
#define GLM_MAT4_ZERO ((mat4)GLM_MAT4_ZERO_INIT)
|
||||
|
||||
/* DEPRECATED! use _copy, _ucopy versions */
|
||||
#define glm_mat4_udup(mat, dest) glm_mat4_ucopy(mat, dest)
|
||||
|
||||
Reference in New Issue
Block a user