mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-30 12:32:43 +00:00
RSX: vertex data regression fix
This commit is contained in:
parent
5d6fb5a56b
commit
c76dd371f3
@ -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…
x
Reference in New Issue
Block a user