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:
Thibault de Villèle [UM] 2022-08-29 13:19:56 +02:00
parent cc98465e35
commit ef351e68a3

View File

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