mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Push plot draw list to DrawPlot().
This commit is contained in:
@@ -111,7 +111,7 @@ int64_t TimelineItemPlot::RangeEnd() const
|
||||
|
||||
bool TimelineItemPlot::DrawContents( const TimelineContext& ctx, int& offset )
|
||||
{
|
||||
return m_view.DrawPlot( ctx, *m_plot, offset );
|
||||
return m_view.DrawPlot( ctx, *m_plot, m_draw, offset );
|
||||
}
|
||||
|
||||
void TimelineItemPlot::DrawFinished()
|
||||
|
||||
Reference in New Issue
Block a user