diff options
| author | Ryan Houdek <Sonicadvance1@gmail.com> | 2015-11-03 08:34:30 -0500 |
|---|---|---|
| committer | Ryan Houdek <Sonicadvance1@gmail.com> | 2015-11-03 08:34:30 -0500 |
| commit | c04358fbe28a80fa462dce1ff71c02820f87bd29 (patch) | |
| tree | 3b0191c0c9017a96070f63e67e645c7bcb2c27de /Source/Core/VideoCommon/BPFunctions.cpp | |
| parent | 3de1ec384aabf43286a5335c8092cdb51bdd648c (diff) | |
| parent | a656c05be29f22d39013d42ea4b06c944db15cea (diff) | |
Merge pull request #3222 from Tilka/vertexmanagerbase
VideoCommon: rename VertexManager to VertexManagerBase
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 e4b5f54901..61aa91e63e 100644 --- a/Source/Core/VideoCommon/BPFunctions.cpp +++ b/Source/Core/VideoCommon/BPFunctions.cpp @@ -23,7 +23,7 @@ namespace BPFunctions void FlushPipeline() { - VertexManager::Flush(); + VertexManagerBase::Flush(); } void SetGenerationMode() |
