From b38276be63ece6ee321ceca8a3b85ec83a5adb70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20=E2=80=98Touky=E2=80=99=20Huet?= Date: Mon, 16 Sep 2013 15:43:00 +0000 Subject: [PATCH] easymesh : typo --- src/easymesh/easymesh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/easymesh/easymesh.cpp b/src/easymesh/easymesh.cpp index 5821ca16..91e3aa19 100644 --- a/src/easymesh/easymesh.cpp +++ b/src/easymesh/easymesh.cpp @@ -680,7 +680,7 @@ void EasyMesh::MeshCsg(CSGUsage csg_operation) m_vert[m_indices[i + 2]].m_coord); } - //BSP Useage : let's crunch all triangles on the correct BSP + //BSP Usage : let's crunch all triangles on the correct BSP int indices_count = m_indices.Count(); for (int mesh_id = 0; mesh_id < 2; mesh_id++) {