Browse Source

Math: cleanup.

pull/107/head
Vladimír Vondruš 11 years ago
parent
commit
350d820823
  1. 1
      src/Magnum/Math/Test/Matrix4Test.cpp

1
src/Magnum/Math/Test/Matrix4Test.cpp

@ -180,7 +180,6 @@ void Matrix4Test::constructIdentity() {
}
void Matrix4Test::constructZero() {
/* Zero constructor */
constexpr Matrix4 a{ZeroInit};
CORRADE_COMPARE(a, Matrix4({0.0f, 0.0f, 0.0f, 0.0f},
{0.0f, 0.0f, 0.0f, 0.0f},

Loading…
Cancel
Save