mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02:00
VertexManager: Correct variable naming scheme
Altered to indicate regular class members
This commit is contained in:
@ -81,7 +81,7 @@ DataReader VertexManagerBase::PrepareForAdditionalData(int primitive, u32 count,
|
||||
}
|
||||
|
||||
m_cull_all = cullall;
|
||||
|
||||
|
||||
// need to alloc new buffer
|
||||
if (m_is_flushed)
|
||||
{
|
||||
|
Reference in New Issue
Block a user