diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-08-10 21:51:55 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-08-10 22:28:16 -0400 |
| commit | 34eb0c6e1c4a0adce1fc4f2b2125eab5591a5d27 (patch) | |
| tree | 64bdaeea8ffa243eb702a329ba981603c43770bf /Source/Core/VideoBackends/Software/SetupUnit.cpp | |
| parent | 4129cdeb4d1e3969aba64cf2dad25b3864eedccb (diff) | |
Software: Fix over-indentation of SetupQuad()
Diffstat (limited to 'Source/Core/VideoBackends/Software/SetupUnit.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Software/SetupUnit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoBackends/Software/SetupUnit.cpp b/Source/Core/VideoBackends/Software/SetupUnit.cpp index 37e45f9f28..dfa8e5e423 100644 --- a/Source/Core/VideoBackends/Software/SetupUnit.cpp +++ b/Source/Core/VideoBackends/Software/SetupUnit.cpp @@ -54,8 +54,8 @@ void SetupUnit::SetupVertex() } - void SetupUnit::SetupQuad() - { +void SetupUnit::SetupQuad() +{ if (m_VertexCounter < 2) { m_VertexCounter++; |
