summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Fifo.cpp
diff options
context:
space:
mode:
authorRyan Houdek <Sonicadvance1@gmail.com>2015-11-03 08:34:30 -0500
committerRyan Houdek <Sonicadvance1@gmail.com>2015-11-03 08:34:30 -0500
commitc04358fbe28a80fa462dce1ff71c02820f87bd29 (patch)
tree3b0191c0c9017a96070f63e67e645c7bcb2c27de /Source/Core/VideoCommon/Fifo.cpp
parent3de1ec384aabf43286a5335c8092cdb51bdd648c (diff)
parenta656c05be29f22d39013d42ea4b06c944db15cea (diff)
Merge pull request #3222 from Tilka/vertexmanagerbase
VideoCommon: rename VertexManager to VertexManagerBase
Diffstat (limited to 'Source/Core/VideoCommon/Fifo.cpp')
-rw-r--r--Source/Core/VideoCommon/Fifo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Fifo.cpp b/Source/Core/VideoCommon/Fifo.cpp
index 2395d2b324..21888c0514 100644
--- a/Source/Core/VideoCommon/Fifo.cpp
+++ b/Source/Core/VideoCommon/Fifo.cpp
@@ -367,7 +367,7 @@ void RunGpuLoop()
// The fifo is empty and it's unlikely we will get any more work in the near future.
// Make sure VertexManager finishes drawing any primitives it has stored in it's buffer.
- VertexManager::Flush();
+ VertexManagerBase::Flush();
}
}, 100);