mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
Fix missing inserted = true in check_for_duplicates_fast
This commit is contained in:
parent
d685348644
commit
46cce45b13
|
|
@ -678,6 +678,7 @@ namespace rsx
|
|||
}
|
||||
|
||||
m_ranges.insert(pos, this_range);
|
||||
inserted = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue