Push yPos to TimelineItem::Preprocess().

This commit is contained in:
Bartosz Taudul
2023-04-05 18:07:09 +02:00
parent 77402eb9c2
commit 9500add83b
6 changed files with 6 additions and 6 deletions

View File

@@ -281,7 +281,7 @@ void TimelineItemThread::DrawFinished()
m_msgDraw.clear();
}
void TimelineItemThread::Preprocess( const TimelineContext& ctx, TaskDispatch& td, bool visible )
void TimelineItemThread::Preprocess( const TimelineContext& ctx, TaskDispatch& td, bool visible, int yPos )
{
assert( m_samplesDraw.empty() );
assert( m_ctxDraw.empty() );