VertexManager: Correct variable naming scheme

Altered to indicate regular class members
This commit is contained in:
Lioncash 2016-08-21 23:46:52 -04:00
parent 1392efa91d
commit 2bf05a544d
6 changed files with 36 additions and 36 deletions

View file

@ -81,7 +81,7 @@ DataReader VertexManagerBase::PrepareForAdditionalData(int primitive, u32 count,
}
m_cull_all = cullall;
// need to alloc new buffer
if (m_is_flushed)
{