Fixed GTX_transform2 shear* functions #403

This commit is contained in:
Christophe Riccio
2016-11-01 23:44:03 +01:00
parent 33ea25c052
commit 03672e9428
2 changed files with 9 additions and 8 deletions

View File

@@ -57,6 +57,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
##### Fixes:
- Fixed Android build error with C++11 compiler but C++98 STL #284 #564
- Fixed GTX_transform2 shear* functions #403
#### [GLM 0.9.8.2](https://github.com/g-truc/glm/releases/tag/0.9.8.2) - 2016-11-01
##### Improvements: