mirror of
https://github.com/g-truc/glm.git
synced 2024-11-25 18:04:34 +00:00
Fixed GLM version
This commit is contained in:
parent
1498e094b9
commit
d162eee1e6
@ -7,8 +7,8 @@
|
|||||||
#define GLM_VERSION_MINOR 9
|
#define GLM_VERSION_MINOR 9
|
||||||
#define GLM_VERSION_PATCH 9
|
#define GLM_VERSION_PATCH 9
|
||||||
#define GLM_VERSION_REVISION 4
|
#define GLM_VERSION_REVISION 4
|
||||||
#define GLM_VERSION 994
|
#define GLM_VERSION 995
|
||||||
#define GLM_VERSION_MESSAGE "GLM: version 0.9.9.4"
|
#define GLM_VERSION_MESSAGE "GLM: version 0.9.9.5"
|
||||||
|
|
||||||
#define GLM_SETUP_INCLUDED GLM_VERSION
|
#define GLM_SETUP_INCLUDED GLM_VERSION
|
||||||
|
|
||||||
|
@ -54,7 +54,9 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
|
|||||||
|
|
||||||
### [GLM 0.9.9.5](https://github.com/g-truc/glm/releases/tag/0.9.9.5) - 2019-04-01
|
### [GLM 0.9.9.5](https://github.com/g-truc/glm/releases/tag/0.9.9.5) - 2019-04-01
|
||||||
#### Fixes:
|
#### Fixes:
|
||||||
- Build errors when defining GLM_ENABLE_EXPERIMENTAL #884 #883
|
- Fixed build errors when defining GLM_ENABLE_EXPERIMENTAL #884 #883
|
||||||
|
- Fixed 'if constexpr' warning #887
|
||||||
|
- Fixed missing declarations for frexp and ldexp #886
|
||||||
|
|
||||||
### [GLM 0.9.9.4](https://github.com/g-truc/glm/releases/tag/0.9.9.4) - 2019-03-19
|
### [GLM 0.9.9.4](https://github.com/g-truc/glm/releases/tag/0.9.9.4) - 2019-03-19
|
||||||
#### Features:
|
#### Features:
|
||||||
|
Loading…
Reference in New Issue
Block a user