1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Timeline items may have preprocessing.

This commit is contained in:
Bartosz Taudul
2023-03-14 02:02:21 +01:00
parent 988de5b594
commit 7dd31ab609
6 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ namespace tracy
{
TimelineItemPlot::TimelineItemPlot( View& view, Worker& worker, PlotData* plot )
: TimelineItem( view, worker, plot )
: TimelineItem( view, worker, plot, false )
, m_plot( plot )
{
}