mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 06:39:14 +01:00
D3D: remove unused variable
This commit is contained in:
parent
37a770bb9f
commit
68d204e877
@ -117,7 +117,6 @@ void VertexManager::PrepareDrawBuffers(u32 stride)
|
||||
|
||||
void VertexManager::Draw(u32 stride)
|
||||
{
|
||||
u32 components = VertexLoaderManager::GetCurrentVertexFormat()->m_components;
|
||||
u32 indices = IndexGenerator::GetIndexLen();
|
||||
|
||||
D3D::stateman->SetVertexBuffer(m_buffers[m_currentBuffer], stride, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user