mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Push yPos to TimelineItem::Preprocess().
This commit is contained in:
@@ -51,7 +51,7 @@ void TimelineItemCpuData::DrawFinished()
|
||||
for( auto& v : m_ctxDraw ) v.clear();
|
||||
}
|
||||
|
||||
void TimelineItemCpuData::Preprocess( const TimelineContext& ctx, TaskDispatch& td, bool visible )
|
||||
void TimelineItemCpuData::Preprocess( const TimelineContext& ctx, TaskDispatch& td, bool visible, int yPos )
|
||||
{
|
||||
assert( m_cpuDraw.empty() );
|
||||
for( auto& v : m_ctxDraw ) assert( v.empty() );
|
||||
|
||||
Reference in New Issue
Block a user