mirror of
https://github.com/g-truc/glm.git
synced 2025-04-05 13:35:03 +00:00
Fixed build
This commit is contained in:
parent
8ab9477e7f
commit
8876a7f7f4
1 changed files with 2 additions and 2 deletions
|
@ -154,8 +154,8 @@ int test_vec2_operators()
|
|||
}
|
||||
|
||||
{
|
||||
glm::vec3 A(1.0f, 2.0f);
|
||||
glm::vec3 B = -A;
|
||||
glm::vec2 A(1.0f, 2.0f);
|
||||
glm::vec2 B = -A;
|
||||
Error += B == glm::vec2(-1.0f, -2.0f) ? 0 : 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue