changeset 1169:958c7372f2d4

m
author Ritor1
date Thu, 23 May 2013 17:17:01 +0600
parents 4b329bf2d197
children 2e5220c27511
files Vis.cpp
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Vis.cpp	Thu May 23 16:36:08 2013 +0600
+++ b/Vis.cpp	Thu May 23 17:17:01 2013 +0600
@@ -369,8 +369,6 @@
     auto bmodel = &pOutdoor->pBModels[i];
     for (uint j = 0; j < bmodel->uNumFaces; ++j)
     {
-		//if ( i == 1 && j == 30 )//
-            //__debugbreak();//
       auto face = &bmodel->pFaces[j];
       if (is_part_of_selection(face, filter))
       {