Fixed missing vec1 overload to length2 and distance2 functions #431

This commit is contained in:
Christophe Riccio
2016-06-04 23:48:05 +02:00
parent 0699896927
commit 7aca47b19e
3 changed files with 34 additions and 83 deletions

View File

@@ -84,6 +84,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
- Fixed long long warnings when using C++98 on GCC and Clang #482
- Fixed sign with signed integer function on non-x86 architecture
- Fixed strict aliaing warnings #473
- Fixed missing vec1 overload to length2 and distance2 functions #431
##### Deprecation:
- Removed GLM_FORCE_SIZE_FUNC define