mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 12:41:54 +00:00
Fixed cppcheck type
This commit is contained in:
parent
1f64b8b51f
commit
7d3a2d7743
@ -324,6 +324,7 @@ namespace detail
|
||||
is_bool = is_bool<T>::_YES
|
||||
};
|
||||
};
|
||||
}//namespace detail
|
||||
|
||||
//////////////////
|
||||
// type
|
||||
@ -342,7 +343,6 @@ namespace detail
|
||||
typedef float float32;
|
||||
typedef double float64;
|
||||
|
||||
}//namespace detail
|
||||
}//namespace glm
|
||||
|
||||
#if((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC2005))
|
||||
|
Loading…
Reference in New Issue
Block a user