Merge pull request #4141 from lioncash/vtx

VertexManagerBase: Get rid of static state
This commit is contained in:
Markus Wick
2016-08-23 07:33:25 +02:00
committed by GitHub
13 changed files with 92 additions and 105 deletions

View File

@ -390,7 +390,7 @@ void RunGpuLoop()
// The fifo is empty and it's unlikely we will get any more work in the near future.
// Make sure VertexManager finishes drawing any primitives it has stored in it's buffer.
VertexManagerBase::Flush();
g_vertex_manager->Flush();
}
},
100);