Fixed 64 bits constants warnings on GCC #463

This commit is contained in:
Christophe Riccio
2016-02-21 14:29:07 +01:00
parent 904db64afd
commit 500a955d45
2 changed files with 49 additions and 48 deletions

View File

@@ -57,8 +57,9 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
##### Fixes:
- Fixed CMake policy warning
- Fixed GCC 6.0 detection
- Fixed Clang build on Windows
- Fixed GCC 6.0 detection #477
- Fixed Clang build on Windows #479
- Fixed 64 bits constants warnings on GCC #463
#### [GLM 0.9.7.2](https://github.com/g-truc/glm/releases/tag/0.9.7.2) - 2016-01-03
##### Fixes: