mirror of
https://github.com/g-truc/glm.git
synced 2024-11-23 01:14:34 +00:00
Fixed namespace access
This commit is contained in:
parent
945ebc6819
commit
39a4ee0455
@ -42,6 +42,6 @@ namespace glm
|
|||||||
|
|
||||||
#include "comparison.inl"
|
#include "comparison.inl"
|
||||||
|
|
||||||
namespace glm{using namespace gtx::comparison;}
|
using namespace glm::gtx::comparison;
|
||||||
|
|
||||||
#endif//glm_gtx_comparison
|
#endif//glm_gtx_comparison
|
||||||
|
Loading…
Reference in New Issue
Block a user