mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 04:23:51 +00:00
Cosmetics.
This commit is contained in:
parent
e3ec455aba
commit
13b31db561
@ -565,7 +565,7 @@ void TimelineItemThread::PreprocessSamples( const TimelineContext& ctx, const Ve
|
||||
nextTime = nt + MinVisNs;
|
||||
}
|
||||
}
|
||||
m_samplesDraw.emplace_back( SamplesDraw{ uint32_t( next - it - 1 ), uint32_t( it - vec.begin() ) } );
|
||||
m_samplesDraw.emplace_back( SamplesDraw { uint32_t( next - it - 1 ), uint32_t( it - vec.begin() ) } );
|
||||
it = next;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user