Removed debug code

Former-commit-id: a0e69ac9e318cffde9ab3cc9b8a7733b383f7e4a
This commit is contained in:
Lynix 2014-02-21 19:50:29 +01:00
parent 4fb70f8b9f
commit 62a1c4f593
1 changed files with 0 additions and 3 deletions

View File

@ -337,9 +337,6 @@ int main()
// Pour terminer, il y a l'affichage en lui-même, de façon organisée et optimisée (Batching)
scene.Draw();
NzRenderer::SetMatrix(nzMatrixType_World, NzMatrix4f::Identity());
NzDebugDrawer::Draw(spaceship.GetBoundingVolume().aabb);
// Après avoir dessiné sur la fenêtre, il faut s'assurer qu'elle affiche cela
// Cet appel ne fait rien d'autre qu'échanger les buffers de rendu (Double Buffering)
window.Display();