Fix missing inserted = true in check_for_duplicates_fast

This commit is contained in:
Megamouse 2025-06-01 20:48:23 +02:00
parent d685348644
commit 46cce45b13

View file

@ -678,6 +678,7 @@ namespace rsx
}
m_ranges.insert(pos, this_range);
inserted = true;
break;
}
}