mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
simplify return from tracy::FastVector iterator
This commit is contained in:
parent
a9d039e081
commit
a618b6e6f8
@ -196,7 +196,7 @@ private:
|
||||
|
||||
if( it != m_images->end() && address < it->m_endAddress )
|
||||
{
|
||||
return &(*it);
|
||||
return it;
|
||||
}
|
||||
return nullptr;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user