Revert "- Fixed unexpected operator== behavior #723"

This reverts commit c46981b4c3.
This commit is contained in:
Groove
2018-07-25 00:40:39 +02:00
parent c46981b4c3
commit 01f9ab5b6d
11 changed files with 44 additions and 19 deletions

View File

@@ -69,7 +69,6 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
- Fixed ortho #790
- Fixed Visual C++ 2013 warnings in vector relational code #782
- Fixed ICC build errors with constexpr #704
- Fixed unexpected operator== behavior #723
### [GLM 0.9.9.0](https://github.com/g-truc/glm/releases/tag/0.9.9.0) - 2018-05-22
#### Features: