mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
added: missing value_type typedef
This commit is contained in:
parent
37e5868200
commit
9ecc30c5dd
@ -56,6 +56,7 @@ namespace detail
|
||||
{
|
||||
enum ctor{null};
|
||||
|
||||
typedef T value_type;
|
||||
typedef tvec4<bool, P> bool_type;
|
||||
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user