From 5f305b7086c870883330f8cf22680536eb65f416 Mon Sep 17 00:00:00 2001 From: Robin Engman Date: Mon, 16 Dec 2013 09:38:38 +0100 Subject: [PATCH] Oops --- Code/OysterPhysics3D/OysterCollision3D.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/OysterPhysics3D/OysterCollision3D.cpp b/Code/OysterPhysics3D/OysterCollision3D.cpp index 6d437511..2f63fabb 100644 --- a/Code/OysterPhysics3D/OysterCollision3D.cpp +++ b/Code/OysterPhysics3D/OysterCollision3D.cpp @@ -348,7 +348,7 @@ namespace Oyster { namespace Collision3D { namespace Utility bool Intersect( const Sphere &sphereA, const Sphere &sphereB, const ::Oyster::Math::Float3& worldPointOfContact ) { - Ray sphereRay(sphereA, Float3(sphereB.center-sphereA.center).Normalize()); + //Ray sphereRay(sphereA, Float3(sphereB.center-sphereA.center).Normalize()); return false;