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:
@@ -46,7 +46,7 @@
|
||||
*/
|
||||
|
||||
#define GLM_QUAT_IDENTITY_INIT {1.0f, 0.0f, 0.0f, 0.0f}
|
||||
#define GLM_QUAT_IDENTITY (versor)GLM_QUAT_IDENTITY_INIT
|
||||
#define GLM_QUAT_IDENTITY ((versor)GLM_QUAT_IDENTITY_INIT)
|
||||
|
||||
/*!
|
||||
* @brief makes given quat to identity
|
||||
|
||||
Reference in New Issue
Block a user