summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoState.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/VideoState.cpp
parentf1964f90d647251b677b3de29d08c4c22ea5344a (diff)
VertexManagerBase: Get rid of static behavior
Diffstat (limited to 'Source/Core/VideoCommon/VideoState.cpp')
-rw-r--r--Source/Core/VideoCommon/VideoState.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/VideoState.cpp b/Source/Core/VideoCommon/VideoState.cpp
index 3eed6b5de0..ab84e1b001 100644
--- a/Source/Core/VideoCommon/VideoState.cpp
+++ b/Source/Core/VideoCommon/VideoState.cpp
@@ -57,7 +57,7 @@ void VideoCommon_DoState(PointerWrap& p)
GeometryShaderManager::DoState(p);
p.DoMarker("GeometryShaderManager");
- VertexManagerBase::DoState(p);
+ g_vertex_manager->DoState(p);
p.DoMarker("VertexManager");
BoundingBox::DoState(p);