VertexLoader: remove weird line
This commit is contained in:
parent
873902b4a3
commit
80617ec6bd
|
@ -270,7 +270,6 @@ void VertexLoader::CompileVertexTranslator()
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
components |= VB_HAS_UV0 << i; // have to include since using now
|
|
||||||
m_native_vtx_decl.texcoords[i].components = 3;
|
m_native_vtx_decl.texcoords[i].components = 3;
|
||||||
nat_offset += 12;
|
nat_offset += 12;
|
||||||
WriteCall(TexMtx_Write_Float3);
|
WriteCall(TexMtx_Write_Float3);
|
||||||
|
|
Loading…
Reference in New Issue