diff --git a/qrenderdoc/Windows/TimelineBar.cpp b/qrenderdoc/Windows/TimelineBar.cpp index e548de017..2d512d8e9 100644 --- a/qrenderdoc/Windows/TimelineBar.cpp +++ b/qrenderdoc/Windows/TimelineBar.cpp @@ -1050,6 +1050,8 @@ uint32_t TimelineBar::processActions(QVector &markers, QVector m.name = a.customName; m.eidStart = a.eventId; + if(a.IsFakeMarker()) + m.eidStart = a.children[0].events[0].eventId; m.eidEnd = processActions(m.children, m.actions, a.children); maxEID = qMax(maxEID, m.eidEnd);