mirror of
https://github.com/g-truc/glm.git
synced 2024-11-22 17:04:35 +00:00
Fix GLM_EXT_matrix_common compilation message
It was previously printing 'GLM_EXT_matrix_transform is included', which does not match the extension name.
This commit is contained in:
parent
cc98465e35
commit
ef351e68a3
@ -16,7 +16,7 @@
|
|||||||
#include "../detail/_fixes.hpp"
|
#include "../detail/_fixes.hpp"
|
||||||
|
|
||||||
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
|
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
|
||||||
# pragma message("GLM: GLM_EXT_matrix_transform extension included")
|
# pragma message("GLM: GLM_EXT_matrix_common extension included")
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace glm
|
namespace glm
|
||||||
|
Loading…
Reference in New Issue
Block a user