Removed debug code (Oops)

Former-commit-id: 48bd8955884352990a3a00b1453fcfc101fa7781
This commit is contained in:
Lynix 2014-07-10 10:41:50 +02:00
parent 55697908d1
commit 10a17bbf68
1 changed files with 0 additions and 1 deletions

View File

@ -213,7 +213,6 @@ bool NzRay<T>::Intersect(const NzOrientedBox<T>& orientedBox, T* closestHit, T*
width.y, height.y, depth.y, F(0.0), width.y, height.y, depth.y, F(0.0),
width.z, height.z, depth.z, F(0.0), width.z, height.z, depth.z, F(0.0),
F(0.0), F(0.0), F(0.0), F(1.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 // Test en tant qu'AABB avec une matrice de rotation
return Intersect(orientedBox.localBox, matrix, closestHit, farthestHit); return Intersect(orientedBox.localBox, matrix, closestHit, farthestHit);