mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
VertexManager cleanup
This commit is contained in:
@@ -571,8 +571,9 @@ void VertexLoader::RunVertices(int vtx_attr_group, int primitive, int count)
|
||||
"Increase MAXVBUFFERSIZE or we need primitive breaking afterall.");
|
||||
}
|
||||
|
||||
VertexManager::AddVertices(primitive, count);
|
||||
ConvertVertices(count);
|
||||
VertexManager::AddVertices(primitive, count);
|
||||
//VertexManager::Flush();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user