Procházet zdrojové kódy

easymesh : typo

undefined
Benjamin ‘Touky’ Huet Sam Hocevar <sam@hocevar.net> před 11 roky
rodič
revize
b38276be63
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/easymesh/easymesh.cpp

+ 1
- 1
src/easymesh/easymesh.cpp Zobrazit soubor

@@ -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++)
{


Načítá se…
Zrušit
Uložit