From 338bdead4830632778d1a344b1dc0f574e89d700 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sat, 2 Nov 2019 16:55:52 +0100 Subject: [PATCH] Fixed readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d70e197b..8440d5f5 100644 --- a/readme.md +++ b/readme.md @@ -61,7 +61,7 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate) #### Fixes: - Fixed equal ULP variation when using negative sign #965 - Fixed for intersection ray/plane and added related tests #953 -- Fixed ARM 64bit detection +- Fixed ARM 64bit detection #949 ### [GLM 0.9.9.6](https://github.com/g-truc/glm/releases/tag/0.9.9.6) - 2019-09-08 #### Features: