RSX: vertex data regression fix

This commit is contained in:
raven02 2014-12-21 01:13:10 +08:00
parent 5d6fb5a56b
commit c76dd371f3
1 changed files with 1 additions and 1 deletions

View File

@ -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); 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) switch(m_vertex_data[i].type)
{ {