Fix missing inserted = true in check_for_duplicates_fast

This commit is contained in:
Megamouse 2025-06-01 20:48:23 +02:00
parent 70faef3fdb
commit 63647a7dcb

View file

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