From 0311ff01c343a9eea975ffe0e0aee66efa67ad18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 6 Mar 2014 22:55:48 +0100 Subject: [PATCH] MeshTools: sorry about this mess. --- src/Magnum/MeshTools/Compile.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Magnum/MeshTools/Compile.cpp b/src/Magnum/MeshTools/Compile.cpp index b1372acfd..bc586f77a 100644 --- a/src/Magnum/MeshTools/Compile.cpp +++ b/src/Magnum/MeshTools/Compile.cpp @@ -115,9 +115,6 @@ std::tuple, std::unique_ptr> compile(const Shaders::Generic3D::Position(), stride - sizeof(Shaders::Generic3D::Position::Type)); - Debug() << stride << sizeof(Shaders::Generic3D::Position::Type) << vertexCount << normalOffset << textureCoordsOffset; - Debug() << data; - /* Add also normals, if present */ if(meshData.hasNormals()) { MeshTools::interleaveInto(data,