summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexManagerBase.cpp
diff options
context:
space:
mode:
authorTillmann Karras <tilkax@gmail.com>2015-11-02 11:42:22 +0100
committerTillmann Karras <tilkax@gmail.com>2015-11-02 11:53:54 +0100
commita656c05be29f22d39013d42ea4b06c944db15cea (patch)
treed3bfa1b2cf5347c0b9262d5dc2bd1fcd7d16d041 /Source/Core/VideoCommon/VertexManagerBase.cpp
parentc52c73f7622c4d4b4cbe7506e62c195c940fd61e (diff)
VertexManagerBase: fix indentation
Diffstat (limited to 'Source/Core/VideoCommon/VertexManagerBase.cpp')
-rw-r--r--Source/Core/VideoCommon/VertexManagerBase.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/VertexManagerBase.cpp b/Source/Core/VideoCommon/VertexManagerBase.cpp
index 708462565e..973e93e9b4 100644
--- a/Source/Core/VideoCommon/VertexManagerBase.cpp
+++ b/Source/Core/VideoCommon/VertexManagerBase.cpp
@@ -251,8 +251,8 @@ void VertexManagerBase::Flush()
PixelShaderManager::SetConstants();
bool useDstAlpha = bpmem.dstalpha.enable &&
- bpmem.blendmode.alphaupdate &&
- bpmem.zcontrol.pixel_format == PEControl::RGBA6_Z24;
+ bpmem.blendmode.alphaupdate &&
+ bpmem.zcontrol.pixel_format == PEControl::RGBA6_Z24;
if (PerfQueryBase::ShouldEmulate())
g_perf_query->EnableQuery(bpmem.zcontrol.early_ztest ? PQG_ZCOMP_ZCOMPLOC : PQG_ZCOMP);