From c52c73f7622c4d4b4cbe7506e62c195c940fd61e Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Sun, 1 Nov 2015 22:54:41 +0100 Subject: VideoCommon: VertexManager -> VertexManagerBase It may be a bit weird to see calls to static functions in VertexManagerBase now, but at least it's easier to see what's going on. --- Source/Core/VideoCommon/BPFunctions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/VideoCommon/BPFunctions.cpp') 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() -- cgit v1.2.3