From 10a17bbf68c4219fede7c39314920f6bd32712fd Mon Sep 17 00:00:00 2001 From: Lynix Date: Thu, 10 Jul 2014 10:41:50 +0200 Subject: [PATCH] Removed debug code (Oops) Former-commit-id: 48bd8955884352990a3a00b1453fcfc101fa7781 --- include/Nazara/Math/Ray.inl | 1 - 1 file changed, 1 deletion(-) diff --git a/include/Nazara/Math/Ray.inl b/include/Nazara/Math/Ray.inl index d0c74092e..ec4802bca 100644 --- a/include/Nazara/Math/Ray.inl +++ b/include/Nazara/Math/Ray.inl @@ -213,7 +213,6 @@ bool NzRay::Intersect(const NzOrientedBox& orientedBox, T* closestHit, T* width.y, height.y, depth.y, F(0.0), width.z, height.z, depth.z, F(0.0), F(0.0), F(0.0), F(0.0), F(1.0)); - matrix.Transpose(); // Test en tant qu'AABB avec une matrice de rotation return Intersect(orientedBox.localBox, matrix, closestHit, farthestHit);