Fixed GTC_matrix_inverse affineInverse #192

This commit is contained in:
Christophe Riccio
2015-10-01 22:20:30 +02:00
parent ab0312be02
commit fa18ca7c2e
2 changed files with 14 additions and 12 deletions

View File

@@ -59,6 +59,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
##### Fixes:
- Fixed GTC_round floorMultiple/ceilMultiple #412
- Fixed GTC_packing unpackUnorm3x10_1x2 #414
- Fixed GTC_matrix_inverse affineInverse #192
#### [GLM 0.9.7.1](https://github.com/g-truc/glm/releases/tag/0.9.7.1) - 2015-09-07
##### Improvements: