mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
VideoCommon: Rename s_pCurBufferPointer
This commit is contained in:
parent
50de4238bb
commit
02cdb41d3d
10 changed files with 35 additions and 30 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue