mirror of
https://github.com/g-truc/glm.git
synced 2024-11-26 10:14:35 +00:00
Renamed test
This commit is contained in:
parent
f5f8620056
commit
b7a286b186
@ -51,7 +51,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
|
|||||||
|
|
||||||
## Release notes
|
## Release notes
|
||||||
|
|
||||||
#### [GLM 0.9.8.1](https://github.com/g-truc/glm/tree/0.9.8) - 2016-XX-XX
|
#### [GLM 0.9.8.1](https://github.com/g-truc/glm/tree/0.9.8) - 2016-09-25
|
||||||
##### Improvements:
|
##### Improvements:
|
||||||
- Optimized quaternion log function #554
|
- Optimized quaternion log function #554
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
glmCreateTestGTC(ms_vec2)
|
glmCreateTestGTC(bug_ms_vec_static)
|
||||||
|
@ -10,5 +10,5 @@ glm::vec2 Foo::Bar = glm::vec2(1.f, 1.f);
|
|||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
return 1;
|
return 0;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user