mirror of
https://github.com/g-truc/glm.git
synced 2025-04-10 07:18:54 +00:00
Merge pull request #903 from Zuzu-Typ/ext_vector_double1
Fixed typos #903
This commit is contained in:
commit
ab45359c36
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
#include "../detail/type_vec1.hpp"
|
||||
|
||||
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
|
||||
# pragma message("GLM: GLM_EXT_vector_dvec1 extension included")
|
||||
# pragma message("GLM: GLM_EXT_vector_double1 extension included")
|
||||
#endif
|
||||
|
||||
namespace glm
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include <limits>
|
||||
|
||||
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
|
||||
# pragma message("GLM: GLM_GTC_integer extension included")
|
||||
# pragma message("GLM: GLM_GTC_round extension included")
|
||||
#endif
|
||||
|
||||
namespace glm
|
||||
|
|
Loading…
Add table
Reference in a new issue