mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Software: Implement points
This commit is contained in:
parent
8e348b87e9
commit
fcd3efa1ae
3 changed files with 50 additions and 0 deletions
|
@ -167,4 +167,5 @@ void SetupUnit::SetupLineStrip()
|
|||
|
||||
void SetupUnit::SetupPoint()
|
||||
{
|
||||
Clipper::ProcessPoint(m_VertPointer[0]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue