mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 12:04:56 +00:00
Software: Fix over-indentation of SetupQuad()
This commit is contained in:
parent
4129cdeb4d
commit
34eb0c6e1c
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@ void SetupUnit::SetupVertex()
|
|||
}
|
||||
|
||||
|
||||
void SetupUnit::SetupQuad()
|
||||
{
|
||||
void SetupUnit::SetupQuad()
|
||||
{
|
||||
if (m_VertexCounter < 2)
|
||||
{
|
||||
m_VertexCounter++;
|
||||
|
|
Loading…
Add table
Reference in a new issue