Browse Source

Fixed GTC_round floorMultiple/ceilMultiple #412

Christophe Riccio 10 years ago
parent
commit
678d393b99
1 changed files with 3 additions and 0 deletions
  1. 3 0
      readme.md

+ 3 - 0
readme.md

@@ -55,6 +55,9 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
 ##### Improvements:
 ##### Improvements:
 - Added compNormalize function to GTX_component_wise
 - Added compNormalize function to GTX_component_wise
 
 
+##### Fixes:
+- Fixed GTC_round floorMultiple/ceilMultiple #412
+
 #### [GLM 0.9.7.1](https://github.com/g-truc/glm/releases/tag/0.9.7.1) - 2015-09-07
 #### [GLM 0.9.7.1](https://github.com/g-truc/glm/releases/tag/0.9.7.1) - 2015-09-07
 ##### Improvements:
 ##### Improvements:
 - Improved constexpr for constant functions coverage #198
 - Improved constexpr for constant functions coverage #198