Fixed ldexp compilation error

This commit is contained in:
humbletim
2015-12-19 19:22:33 -05:00
parent 78f686b4be
commit 8c55a64fdd
3 changed files with 50 additions and 2 deletions

View File

@@ -69,7 +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
- Fixed ldexp and frexp compilation errors
#### [GLM 0.9.7.2](https://github.com/g-truc/glm/tree/0.9.7) - 2015-XX-XX
##### Fixes: