Added vec2 length test

master
Christophe Riccio ago%!(EXTRA string=11 years)
parent ae2af04599
commit 233847ebfb
  1. 3
      test/core/core_type_vec2.cpp

@ -277,6 +277,9 @@ int main()
{
int Error = 0;
glm::vec2 v;
assert(v.length() == 2);
Error += test_vec2_size();
Error += test_vec2_ctor();
Error += test_vec2_operators();

Loading…
Cancel
Save