diff options
| author | degasus <wickmarkus@web.de> | 2014-12-09 08:30:38 +0100 |
|---|---|---|
| committer | degasus <wickmarkus@web.de> | 2014-12-09 18:56:27 +0100 |
| commit | 02cdb41d3d3eec73d2c843fe865ff906e01b44a4 (patch) | |
| tree | fc2c7ad8da7c7351a740bfefd6c62a5c9e754f23 /Source/Core/VideoCommon/BoundingBox.cpp | |
| parent | 50de4238bb1bbceb4797821d8ec428ab1d075aaa (diff) | |
VideoCommon: Rename s_pCurBufferPointer
Diffstat (limited to 'Source/Core/VideoCommon/BoundingBox.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/BoundingBox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
