Fixed GLM_FORCE_CXX** section in the manual

This commit is contained in:
Christophe Riccio
2018-09-03 23:53:45 +02:00
parent 416fa93e42
commit cf6504b65e
3 changed files with 8 additions and 4 deletions

View File

@@ -52,6 +52,10 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
## Release notes
### [GLM 0.9.9.2](https://github.com/g-truc/glm/commits/master) - 2018-XX-XX
#### Fixes:
- Fixed GLM_FORCE_CXX** section in the manual
### [GLM 0.9.9.1](https://github.com/g-truc/glm/releases/tag/0.9.9.1) - 2018-09-03
#### Features:
- Added bitfieldDeinterleave to GTC_bitfield