- Fixed infinite loop in random functions when using negative radius values using an assert #739

This commit is contained in:
Groove
2018-07-29 23:30:35 +02:00
parent 58255c8603
commit cd58024e40
2 changed files with 9 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
- Fixed ICC build errors with constexpr #704
- Fixed defaulted operator= and constructors #791
- Fixed invalid conversion from int scalar with vec4 constructor when using SSE instruction
- Fixed infinite loop in random functions when using negative radius values using an assert #739
### [GLM 0.9.9.0](https://github.com/g-truc/glm/releases/tag/0.9.9.0) - 2018-05-22
#### Features: