Fix comment

This commit is contained in:
Benau 2015-12-20 01:13:51 +08:00
parent 08b2e27ed9
commit 3d409a9742

View File

@ -112,7 +112,7 @@ void GraphStructure::createMesh(bool show_invisible,
assert(m_mesh_buffer->getVertexType()==video::EVT_STANDARD);
unsigned int n = 0;
// Count the number of quads to display (some quads might be invisible
// Count the number of quads to display (some quads might be invisible)
for (unsigned int i = 0; i < getNumNodes(); i++)
{