mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
VertexLoader: remove weird line
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user