mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
ListMemData() doesn't use id parameter.
This commit is contained in:
@@ -848,7 +848,7 @@ void View::DrawZoneInfoWindow()
|
||||
|
||||
ListMemData( v, []( auto v ) {
|
||||
ImGui::Text( "0x%" PRIx64, v->Ptr() );
|
||||
}, nullptr, m_allocTimeRelativeToZone ? ev.Start() : -1, m_zoneInfoMemPool );
|
||||
}, m_allocTimeRelativeToZone ? ev.Start() : -1, m_zoneInfoMemPool );
|
||||
ImGui::TreePop();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user