mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Fix old breadcrumbs persisting into new captures
This commit is contained in:
@@ -264,6 +264,7 @@ void MarkerBreadcrumbs::OnEventChanged(uint32_t eventId)
|
||||
void MarkerBreadcrumbs::ForceRefresh()
|
||||
{
|
||||
m_CurParent = NULL;
|
||||
m_Layout->clear();
|
||||
|
||||
OnEventChanged(m_Ctx.CurEvent());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user