Fixed frexp compilation error

This commit is contained in:
Adrian Krupa
2015-11-29 20:53:04 +01:00
parent 0d2fd871af
commit 8fd8c56074
3 changed files with 46 additions and 2 deletions

View File

@@ -69,6 +69,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
##### Fixes:
- Fixed GTX_extended_min_max filename typo #386
- Fixed intersectRayTriangle to not do any unintentional backface culling
- Fixed frexp compilation error
#### [GLM 0.9.7.2](https://github.com/g-truc/glm/tree/0.9.7) - 2015-XX-XX
##### Fixes: