Software: Implement points

This commit is contained in:
Pokechu22
2020-12-22 15:00:40 -08:00
parent 8e348b87e9
commit fcd3efa1ae
3 changed files with 50 additions and 0 deletions

View File

@ -167,4 +167,5 @@ void SetupUnit::SetupLineStrip()
void SetupUnit::SetupPoint()
{
Clipper::ProcessPoint(m_VertPointer[0]);
}