From a656c05be29f22d39013d42ea4b06c944db15cea Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Mon, 2 Nov 2015 11:42:22 +0100 Subject: [PATCH] VertexManagerBase: fix indentation --- Source/Core/VideoCommon/VertexManagerBase.cpp | 4 ++-- 1 file 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);