mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-27 11:01:25 -04:00
VertexManagerBase: Get rid of static behavior
This commit is contained in:
@@ -23,7 +23,7 @@ namespace BPFunctions
|
||||
|
||||
void FlushPipeline()
|
||||
{
|
||||
VertexManagerBase::Flush();
|
||||
g_vertex_manager->Flush();
|
||||
}
|
||||
|
||||
void SetGenerationMode()
|
||||
|
||||
Reference in New Issue
Block a user