From 51f9898467abd672fbf207a67074008ee15502d5 Mon Sep 17 00:00:00 2001 From: David Williams Date: Sat, 22 Jun 2013 06:32:26 +0200 Subject: [PATCH] Reenabled unused vertex removal. --- .../PolyVoxCore/include/PolyVoxCore/CubicSurfaceExtractor.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/PolyVoxCore/include/PolyVoxCore/CubicSurfaceExtractor.inl b/library/PolyVoxCore/include/PolyVoxCore/CubicSurfaceExtractor.inl index 331cc99c..79b0b196 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/CubicSurfaceExtractor.inl +++ b/library/PolyVoxCore/include/PolyVoxCore/CubicSurfaceExtractor.inl @@ -188,7 +188,7 @@ namespace PolyVox } m_meshCurrent->m_Region = m_regSizeInVoxels; - //m_meshCurrent->removeUnusedVertices(); + m_meshCurrent->removeUnusedVertices(); m_meshCurrent->m_vecLodRecords.clear(); LodRecord lodRecord;