diff options
| author | Lioncash <mathew1800@gmail.com> | 2016-08-21 23:02:37 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2016-08-21 23:30:38 -0400 |
| commit | 1392efa91dfb2d86d6a66697212aa078c2f1ddd8 (patch) | |
| tree | 0fe89b6d4310a9c72adf35f35f1e3fed5ca5b352 /Source/Core/VideoCommon/BPFunctions.cpp | |
| parent | f1964f90d647251b677b3de29d08c4c22ea5344a (diff) | |
VertexManagerBase: Get rid of static behavior
Diffstat (limited to 'Source/Core/VideoCommon/BPFunctions.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/BPFunctions.cpp | 2 |
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() |
