From 4060c45617ed3c05cc83c1fe0b0e696ccb15cdd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 20 Apr 2013 00:42:12 +0200 Subject: [PATCH] Physics: wat. Brain fart in 39348ddf0633989aee8888e7dcfeff6b077e08ad (or probably f'ed up merge conflict after crashed KDevelop while being interrupted for lack of attention). Next time commit, stash and _then_ test. --- src/Physics/Test/CapsuleTest.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Physics/Test/CapsuleTest.cpp b/src/Physics/Test/CapsuleTest.cpp index 9e69302fe..9c829f7e8 100644 --- a/src/Physics/Test/CapsuleTest.cpp +++ b/src/Physics/Test/CapsuleTest.cpp @@ -52,7 +52,6 @@ void CapsuleTest::applyTransformation() { CORRADE_COMPARE(capsule.transformedA(), Vector3(-2.0f, 1.0f, 3.0f)); CORRADE_COMPARE(capsule.transformedB(), Vector3(2.0f, -1.0f, -3.0f)); CORRADE_COMPARE(capsule.transformedRadius(), 7.0f); -} /* Apply average scaling to radius */ capsule.applyTransformationMatrix(Matrix4::scaling({Constants::sqrt3(), -Constants::sqrt2(), 2.0f}));