mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-06-25 07:53:35 +00:00
CResourceIterator: Use prefix form for iterators
Same behavior, minus any created temporaries.
This commit is contained in:
parent
e2209106fb
commit
65cc3a0d89
@ -27,7 +27,7 @@ public:
|
||||
if (mIter != mpkStore->mResourceEntries.end())
|
||||
{
|
||||
mpCurEntry = mIter->second;
|
||||
mIter++;
|
||||
++mIter;
|
||||
}
|
||||
else mpCurEntry = nullptr;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user