From 8ef57064b23fce40853c796883e1e18b5e60c3a5 Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Tue, 4 Feb 2014 01:30:39 +0100 Subject: [PATCH] Silence warning --- Source/Core/VideoCommon/VertexLoader.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/VideoCommon/VertexLoader.cpp b/Source/Core/VideoCommon/VertexLoader.cpp index 9612433d02..772bb1f1f8 100644 --- a/Source/Core/VideoCommon/VertexLoader.cpp +++ b/Source/Core/VideoCommon/VertexLoader.cpp @@ -252,6 +252,7 @@ void LOADERDECL UpdateBoundingBox() default: ERROR_LOG(VIDEO, "Unknown projection type: %d", xfregs.projection.type); + screenPoint[0] = screenPoint[1] = screenPoint[2] = 1; } // Convert to screen space and add the point to the list - round like the real hardware