mirror of
https://github.com/g-truc/glm.git
synced 2025-04-10 07:18:54 +00:00
Fixed namespace access
This commit is contained in:
parent
945ebc6819
commit
39a4ee0455
1 changed files with 1 additions and 1 deletions
|
@ -42,6 +42,6 @@ namespace glm
|
|||
|
||||
#include "comparison.inl"
|
||||
|
||||
namespace glm{using namespace gtx::comparison;}
|
||||
using namespace glm::gtx::comparison;
|
||||
|
||||
#endif//glm_gtx_comparison
|
||||
|
|
Loading…
Add table
Reference in a new issue