mirror of
https://github.com/wolfpld/tracy
synced 2025-05-03 14:03:52 +00:00
Outer loop check is no longer needed.
This commit is contained in:
parent
25e9ae4b68
commit
591da109a8
@ -2306,7 +2306,7 @@ int View::DrawLocks( uint64_t tid, bool hover, double pxns, const ImVec2& wpos,
|
||||
}
|
||||
}
|
||||
|
||||
while( vbegin < vend )
|
||||
for(;;)
|
||||
{
|
||||
while( vbegin < vend && ( state == LockState::Nothing || ( m_onlyContendedLocks && state == LockState::HasLock ) ) )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user