Fixed long long warnings when using C++98 on GCC and Clang #482

This commit is contained in:
Christophe Riccio
2016-03-05 22:25:17 +01:00
parent 5fad3f437d
commit 082272421a
2 changed files with 7 additions and 0 deletions

View File

@@ -68,6 +68,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 long long warnings when using C++98 on GCC and Clang #482
#### [GLM 0.9.7.4](https://github.com/g-truc/glm/tree/0.9.7) - 2016-XX-XX
##### Fixes: