mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
Make GLMS_ initializers use the GLM_ versions
So that we don't write them twice. More consistent this way.
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#define GLMS_QUAT_IDENTITY_INIT GLM_QUAT_IDENTITY_INIT
|
||||
#define GLMS_QUAT_IDENTITY_INIT {GLM_QUAT_IDENTITY_INIT}
|
||||
#define GLMS_QUAT_IDENTITY ((versors)GLMS_QUAT_IDENTITY_INIT)
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user