summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/BPFunctions.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2016-08-21 23:02:37 -0400
committerLioncash <mathew1800@gmail.com>2016-08-21 23:30:38 -0400
commit1392efa91dfb2d86d6a66697212aa078c2f1ddd8 (patch)
tree0fe89b6d4310a9c72adf35f35f1e3fed5ca5b352 /Source/Core/VideoCommon/BPFunctions.cpp
parentf1964f90d647251b677b3de29d08c4c22ea5344a (diff)
VertexManagerBase: Get rid of static behavior
Diffstat (limited to 'Source/Core/VideoCommon/BPFunctions.cpp')
-rw-r--r--Source/Core/VideoCommon/BPFunctions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/BPFunctions.cpp b/Source/Core/VideoCommon/BPFunctions.cpp
index d471de9e6f..fb7c22c2c8 100644
--- a/Source/Core/VideoCommon/BPFunctions.cpp
+++ b/Source/Core/VideoCommon/BPFunctions.cpp
@@ -23,7 +23,7 @@ namespace BPFunctions
void FlushPipeline()
{
- VertexManagerBase::Flush();
+ g_vertex_manager->Flush();
}
void SetGenerationMode()