Updated readme for fixed Clang build on Windows #479

This commit is contained in:
Christophe Riccio 2016-02-21 14:22:19 +01:00
parent 54ad263974
commit 904db64afd

View File

@ -58,6 +58,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
##### Fixes:
- Fixed CMake policy warning
- Fixed GCC 6.0 detection
- Fixed Clang build on Windows
#### [GLM 0.9.7.2](https://github.com/g-truc/glm/releases/tag/0.9.7.2) - 2016-01-03
##### Fixes: