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
@@ -12,7 +12,7 @@ namespace tracy
{
TimelineItemThread::TimelineItemThread( View& view, Worker& worker, const ThreadData* thread )
: TimelineItem( view, worker, thread )
: TimelineItem( view, worker, thread, false )
, m_thread( thread )
, m_ghost( false )
{