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 39e63661a6
commit bfb64e7657
3 changed files with 34 additions and 83 deletions

View File

@@ -57,6 +57,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
##### Fixes:
- Fixed STL for C++11 detection on ICC #510
- Fixed missing vec1 overload to length2 and distance2 functions #431
#### [GLM 0.9.7.5](https://github.com/g-truc/glm/releases/tag/0.9.7.5) - 2016-05-24
##### Improvements: