Mercurial > mm7
diff Vis.cpp @ 156:2cb13d295f4b
12.02.13
author | Ritor1 |
---|---|
date | Tue, 12 Feb 2013 18:16:18 +0600 |
parents | 4e35bb416dea |
children | 3235bc4cf78e |
line wrap: on
line diff
--- a/Vis.cpp Mon Feb 11 23:31:13 2013 +0600 +++ b/Vis.cpp Tue Feb 12 18:16:18 2013 +0600 @@ -1410,8 +1410,9 @@ memcpy(&v12, &v5[v8], sizeof(v12)); memcpy(&v5[v8], v15, sizeof(v5[v8])); memcpy(v15, &v12, 0x20u); - SortVerticesByX(v5, uStart, v8 - 1); - SortVerticesByX(a2, v8 + 1, uEnd); + __debugbreak(); + //SortVerticesByX(v5, uStart, v8 - 1); + //SortVerticesByX(a2, v8 + 1, uEnd); } return true; }