VideoCommon: Rename s_pCurBufferPointer

This commit is contained in:
degasus
2014-12-09 08:30:38 +01:00
parent 50de4238bb
commit 02cdb41d3d
10 changed files with 35 additions and 30 deletions

View File

@ -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