Browse Source

Math: forgot to add test case to the list.

pull/34/head
Vladimír Vondruš 13 years ago
parent
commit
0b94931dc6
  1. 1
      src/Math/Test/Vector3Test.cpp

1
src/Math/Test/Vector3Test.cpp

@ -94,6 +94,7 @@ Vector3Test::Vector3Test() {
&Vector3Test::scales,
&Vector3Test::twoComponent,
&Vector3Test::swizzleType,
&Vector3Test::debug,
&Vector3Test::configuration});
}

Loading…
Cancel
Save