From 80617ec6bd9c654835865780831e58fb434be90e Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Tue, 20 Jan 2015 00:24:18 +0100 Subject: [PATCH] VertexLoader: remove weird line --- Source/Core/VideoCommon/VertexLoader.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Core/VideoCommon/VertexLoader.cpp b/Source/Core/VideoCommon/VertexLoader.cpp index 732f0db696..f764aae478 100644 --- a/Source/Core/VideoCommon/VertexLoader.cpp +++ b/Source/Core/VideoCommon/VertexLoader.cpp @@ -270,7 +270,6 @@ void VertexLoader::CompileVertexTranslator() } else { - components |= VB_HAS_UV0 << i; // have to include since using now m_native_vtx_decl.texcoords[i].components = 3; nat_offset += 12; WriteCall(TexMtx_Write_Float3);