mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
Software: Fix over-indentation of SetupQuad()
This commit is contained in:
parent
4129cdeb4d
commit
34eb0c6e1c
@ -54,8 +54,8 @@ void SetupUnit::SetupVertex()
|
||||
}
|
||||
|
||||
|
||||
void SetupUnit::SetupQuad()
|
||||
{
|
||||
void SetupUnit::SetupQuad()
|
||||
{
|
||||
if (m_VertexCounter < 2)
|
||||
{
|
||||
m_VertexCounter++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user