Fixed GTC_matrix_inverse affineInverse #192

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

View File

@@ -55,6 +55,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: