VertexManagerBase: Get rid of static behavior

This commit is contained in:
Lioncash 2016-08-21 23:02:37 -04:00
commit 1392efa91d
8 changed files with 58 additions and 71 deletions

View file

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