rsx: fixed emulated primitive restart

This commit is contained in:
Jake 2018-01-23 22:16:46 -06:00 committed by Ani
parent 2f414f96bf
commit efe6a6cf53

View File

@ -299,7 +299,7 @@ namespace rsx
for (int i = 0; i < index_count; ++i)
{
if (indices[i] == UINT16_MAX)
if (indices[i] == restart_index)
{
if (last_start >= 0)
{