mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
facepalm
This commit is contained in:
parent
f543fb0243
commit
cf2cb7978b
1 changed files with 2 additions and 1 deletions
|
@ -351,7 +351,8 @@ namespace rsx
|
|||
std::remove_if(m_dirty_list.begin(), m_dirty_list.end(), [&uids](std::unique_ptr<overlay>& e)
|
||||
{
|
||||
return std::find(uids.begin(), uids.end(), e->uid) != uids.end();
|
||||
})
|
||||
}),
|
||||
m_dirty_list.end()
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue