1
0
forked from 0ad/0ad

Fix typo in comment

This was SVN commit r9635.
This commit is contained in:
Ykkrosh 2011-06-19 14:18:07 +00:00
parent 74f849ad0b
commit db5e483266

View File

@ -593,7 +593,7 @@ void CPatchRData::BuildSide(std::vector<SSideVertex>& vertices, CPatchSideFlags
v1.m_Position.Y = 0;
// If this is the start of this tristrip, but we've already got a partial
// tristrip, and a couple of degenerate triangles to join the strips properly
// tristrip, add a couple of degenerate triangles to join the strips properly
if (k == 0 && !vertices.empty())
{
vertices.push_back(vertices.back());