VertexManagerBase: Get rid of static behavior

This commit is contained in:
Lioncash
2016-08-21 23:02:37 -04:00
parent f1964f90d6
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()