From 57091f85538c59cb9533d0be58dcf470a60cf707 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Fri, 25 Nov 2016 21:24:59 +0100 Subject: [PATCH] Updated readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index cfb0b8cd..97536b47 100644 --- a/readme.md +++ b/readme.md @@ -57,7 +57,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate) - Fixed POPCNT optimization build in Clang #512 - Fixed intersectRayPlane returns true in parallel case #578 - Fixed GCC 6.2 compiler warnings #580 -- Fixed GTX_matrix_decompose decompose #582 +- Fixed GTX_matrix_decompose decompose #582 #448 #### [GLM 0.9.8.3](https://github.com/g-truc/glm/releases/tag/0.9.8.3) - 2016-11-12 ##### Improvements: