Merge pull request #1869 from raven02/vertex
RSX: check vertex_draw_count
This commit is contained in:
@@ -250,7 +250,7 @@ namespace rsx
|
|||||||
rsxthr->first_count_commands.push_back(std::make_pair(0, max_vertex_count));
|
rsxthr->first_count_commands.push_back(std::make_pair(0, max_vertex_count));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!rsxthr->first_count_commands.empty())
|
if (!rsxthr->vertex_draw_count)
|
||||||
{
|
{
|
||||||
rsxthr->end();
|
rsxthr->end();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user