Fixed typo

This commit is contained in:
Robert Osfield
2010-11-22 19:18:00 +00:00
parent 1cbaadd7b2
commit ca9771f7ba

View File

@@ -78,7 +78,7 @@ struct Char3DInfo
}
if (!(_currentPrimitiveSet->empty()) &&
(*_verts)[(*+_currentPrimitiveSet)[0]] == pos)
(*_verts)[(*_currentPrimitiveSet)[0]] == pos)
{
_currentPrimitiveSet->push_back( (*_currentPrimitiveSet)[0] );
}