From daf760b20245c2e397a98da94e80c15be9090657 Mon Sep 17 00:00:00 2001 From: Scott Mansell Date: Fri, 23 Jan 2015 04:38:36 +1300 Subject: A few small cleanups based on code review. --- Source/Core/VideoCommon/VertexManagerBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/VideoCommon/VertexManagerBase.cpp') diff --git a/Source/Core/VideoCommon/VertexManagerBase.cpp b/Source/Core/VideoCommon/VertexManagerBase.cpp index 3f6c672c65..4c13a26736 100644 --- a/Source/Core/VideoCommon/VertexManagerBase.cpp +++ b/Source/Core/VideoCommon/VertexManagerBase.cpp @@ -250,7 +250,7 @@ void VertexManager::CalculateZSlope(u32 stride) float vtx[9]; float out[12]; float viewOffset[2] = { xfmem.viewport.xOrig - bpmem.scissorOffset.x * 2, - xfmem.viewport.yOrig - bpmem.scissorOffset.y * 2}; + xfmem.viewport.yOrig - bpmem.scissorOffset.y * 2}; // Lookup vertices of the last rendered triangle and software-transform them // This allows us to determine the depth slope, which will be used if zfreeze -- cgit v1.2.3