From 02cdb41d3d3eec73d2c843fe865ff906e01b44a4 Mon Sep 17 00:00:00 2001 From: degasus Date: Tue, 9 Dec 2014 08:30:38 +0100 Subject: VideoCommon: Rename s_pCurBufferPointer --- Source/Core/VideoCommon/BoundingBox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/VideoCommon/BoundingBox.cpp') diff --git a/Source/Core/VideoCommon/BoundingBox.cpp b/Source/Core/VideoCommon/BoundingBox.cpp index 1c007677e0..4b4400f2e7 100644 --- a/Source/Core/VideoCommon/BoundingBox.cpp +++ b/Source/Core/VideoCommon/BoundingBox.cpp @@ -32,7 +32,7 @@ static PortableVertexDeclaration vertexDecl; // Gets the pointer to the current buffer position void LOADERDECL SetVertexBufferPosition() { - bufferPos = VertexManager::s_pCurBufferPointer; + bufferPos = g_vertex_manager_write_ptr; } // Prepares the bounding box for new primitive data -- cgit v1.2.3