VertexLoader: remove weird line

This commit is contained in:
Tillmann Karras 2015-01-20 00:24:18 +01:00
parent 873902b4a3
commit 80617ec6bd

View file

@ -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);