mirror of
https://github.com/g-truc/glm.git
synced 2025-04-07 22:40:17 +00:00
Fixed ticket #52, namespace collision
This commit is contained in:
parent
ad84fb61f5
commit
ecdbdf753c
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
namespace glm{
|
||||
namespace gtx{
|
||||
namespace gtc{
|
||||
namespace matrix_inverse
|
||||
{
|
||||
template <typename T>
|
||||
|
@ -135,5 +135,5 @@ namespace matrix_inverse
|
|||
}
|
||||
|
||||
}//namespace matrix_inverse
|
||||
}//namespace gtx
|
||||
}//namespace gtc
|
||||
}//namespace glm
|
||||
|
|
Loading…
Add table
Reference in a new issue