mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-27 11:01:25 -04:00
Software: Fix over-indentation of SetupQuad()
This commit is contained in:
@@ -54,8 +54,8 @@ void SetupUnit::SetupVertex()
|
||||
}
|
||||
|
||||
|
||||
void SetupUnit::SetupQuad()
|
||||
{
|
||||
void SetupUnit::SetupQuad()
|
||||
{
|
||||
if (m_VertexCounter < 2)
|
||||
{
|
||||
m_VertexCounter++;
|
||||
|
||||
Reference in New Issue
Block a user