surround macro values with parentheses

This commit is contained in:
Recep Aslantas
2018-02-18 11:16:03 +03:00
parent 681a74b39c
commit c1c659489a
5 changed files with 13 additions and 13 deletions

View File

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