mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06: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