Fixed glm::ortho #790

This commit is contained in:
Groove
2018-07-21 17:52:40 +02:00
parent 9a0311f327
commit 848800b5c4
2 changed files with 2 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
- Fixed build problems due to printf and std::clock_t #778
- Fixed int mod
- Anonymous unions require C++ language extensions
- Fixed ortho #790
### [GLM 0.9.9.0](https://github.com/g-truc/glm/releases/tag/0.9.9.0) - 2018-05-22
#### Features: