VideoCommon: VertexManager -> VertexManagerBase

It may be a bit weird to see calls to static functions in
VertexManagerBase now, but at least it's easier to see what's going on.
This commit is contained in:
Tillmann Karras 2015-11-01 22:54:41 +01:00
commit c52c73f762
10 changed files with 43 additions and 43 deletions

View file

@ -23,7 +23,7 @@ namespace BPFunctions
void FlushPipeline()
{
VertexManager::Flush();
VertexManagerBase::Flush();
}
void SetGenerationMode()