Browse Source

Shapes: removed unused variable from the test.

The purpose wasn't commented at all, so I may just assume that it got
lost after some refactoring.
pull/51/head
Vladimír Vondruš 12 years ago
parent
commit
9d2ea4ba15
  1. 3
      src/Magnum/Shapes/Test/ShapeTest.cpp

3
src/Magnum/Shapes/Test/ShapeTest.cpp

@ -192,9 +192,6 @@ void ShapeTest::firstCollision() {
Object3D b(&scene);
Shape<Shapes::Point3D> bShape(b, {{3.0f, -2.0f, 3.0f}}, &shapes);
Object3D c(&scene);
Shape<Shapes::Composition3D> cShape(c, &shapes);
/* No collisions initially */
CORRADE_VERIFY(!shapes.firstCollision(aShape));
CORRADE_VERIFY(!shapes.firstCollision(bShape));

Loading…
Cancel
Save