Fixed namespace access
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user