mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-14 04:01: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 )
|
if( it != m_images->end() && address < it->m_endAddress )
|
||||||
{
|
{
|
||||||
return &(*it);
|
return it;
|
||||||
}
|
}
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user