RSX: vertex data regression fix
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user