Fixed quaternion pow #346

This commit is contained in:
Christophe Riccio
2015-07-24 02:11:55 +02:00
parent f602c8e7ad
commit 063c5c7367
2 changed files with 19 additions and 23 deletions

View File

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