diff options
| author | Lioncash <mathew1800@gmail.com> | 2016-08-21 23:46:52 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2016-08-22 20:01:00 -0400 |
| commit | 2bf05a544de9e737714c67ffe2247d661bc5e406 (patch) | |
| tree | 7ad9d6db743863312dc89a374b695e0f0571154d /Source/Core/VideoCommon/VertexManagerBase.cpp | |
| parent | 1392efa91dfb2d86d6a66697212aa078c2f1ddd8 (diff) | |
VertexManager: Correct variable naming scheme
Altered to indicate regular class members
Diffstat (limited to 'Source/Core/VideoCommon/VertexManagerBase.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VertexManagerBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/VertexManagerBase.cpp b/Source/Core/VideoCommon/VertexManagerBase.cpp index eda90fcd48..8ac365a735 100644 --- a/Source/Core/VideoCommon/VertexManagerBase.cpp +++ b/Source/Core/VideoCommon/VertexManagerBase.cpp @@ -81,7 +81,7 @@ DataReader VertexManagerBase::PrepareForAdditionalData(int primitive, u32 count, } m_cull_all = cullall; - + // need to alloc new buffer if (m_is_flushed) { |
