mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-27 14:58:32 +00:00
VertexManager: Correct variable naming scheme
Altered to indicate regular class members
This commit is contained in:
parent
1392efa91d
commit
2bf05a544d
6 changed files with 36 additions and 36 deletions
|
@ -81,7 +81,7 @@ DataReader VertexManagerBase::PrepareForAdditionalData(int primitive, u32 count,
|
|||
}
|
||||
|
||||
m_cull_all = cullall;
|
||||
|
||||
|
||||
// need to alloc new buffer
|
||||
if (m_is_flushed)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue