summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexLoader.cpp
diff options
context:
space:
mode:
authorTillmann Karras <tilkax@gmail.com>2015-01-20 00:24:18 +0100
committerTillmann Karras <tilkax@gmail.com>2015-01-20 01:53:52 +0100
commit80617ec6bd9c654835865780831e58fb434be90e (patch)
tree4d33e2aee2273d81041506c307ddecf39b2222b2 /Source/Core/VideoCommon/VertexLoader.cpp
parent873902b4a3cc40b6a03bef197e54c5165f98d842 (diff)
VertexLoader: remove weird line
Diffstat (limited to 'Source/Core/VideoCommon/VertexLoader.cpp')
-rw-r--r--Source/Core/VideoCommon/VertexLoader.cpp1
1 files changed, 0 insertions, 1 deletions
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);