mirror of
https://github.com/g-truc/glm.git
synced 2025-04-10 15:23:53 +00:00
Fixed constexpr issue on GCC #832
This commit is contained in:
parent
768dad4df0
commit
8e7d0c307c
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
|
|||
|
||||
#### Fixes:
|
||||
- Fixed in mat4x3 conversion #829
|
||||
- Fixed constexpr issue on GCC #832
|
||||
|
||||
### [GLM 0.9.9.3](https://github.com/g-truc/glm/releases/tag/0.9.9.3) - 2018-10-31
|
||||
#### Features:
|
||||
|
|
Loading…
Add table
Reference in a new issue