mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
RSX: vertex data regression fix
This commit is contained in:
parent
5d6fb5a56b
commit
c76dd371f3
1 changed files with 1 additions and 1 deletions
|
@ -984,7 +984,7 @@ void GLGSRender::EnableVertexData(bool indexed_draw)
|
|||
LOG_ERROR(RSX, "GLGSRender::EnableVertexData: Bad vertex data type (%d)!", m_vertex_data[i].type);
|
||||
}
|
||||
|
||||
if(0 && !m_vertex_data[i].addr)
|
||||
if(!m_vertex_data[i].addr)
|
||||
{
|
||||
switch(m_vertex_data[i].type)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue