mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-21 10:38:24 +00:00
Push yPos to TimelineItem::Preprocess().
This commit is contained in:
@@ -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() );
|
||||
|
||||
Reference in New Issue
Block a user