code cleanup: white space, spelling & ';;' end of lines.
This commit is contained in:
@@ -189,7 +189,7 @@ public :
|
||||
BSP_FaceInd new_f
|
||||
);
|
||||
|
||||
BSP_VertexInd
|
||||
BSP_VertexInd
|
||||
OpVertex(
|
||||
BSP_VertexInd vi
|
||||
) const;
|
||||
|
@@ -84,9 +84,9 @@ public :
|
||||
f.m_verts[1] = verts[i-1];
|
||||
f.m_verts[2] = verts[i];
|
||||
|
||||
m_faces.push_back(f);
|
||||
m_faces.push_back(f);
|
||||
|
||||
BuildNormal(m_faces.back());
|
||||
BuildNormal(m_faces.back());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user