mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-09-12 22:45:02 -04:00
cleanups
This commit is contained in:
@@ -230,7 +230,7 @@ void Persister::onFrameBarrierReached()
|
||||
for (ObjectSnapshotMap::iterator obj=m_objectSnapshotMap.begin(); obj!=m_objectSnapshotMap.end();)
|
||||
{
|
||||
if (obj->second == i->second)
|
||||
m_objectSnapshotMap.erase(obj++);
|
||||
obj = m_objectSnapshotMap.erase(obj);
|
||||
else
|
||||
++obj;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user