Fixed decompose warnings #373

This commit is contained in:
Christophe Riccio
2015-08-01 11:35:57 +02:00
parent 37d4ca9c4c
commit 1e502c0919
3 changed files with 26 additions and 15 deletions

View File

@@ -80,6 +80,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
- Fixed Intel compiler build error on Linux #354
- Fixed use of libstdc++ with Clang #351
- Fixed quaternion pow #346
- Fixed decompose warnings #373
##### Deprecation:
- Removed integer specification for 'mod' in GTC_integer #308