diff --git a/profiler/src/profiler/TracyManualData.cpp b/profiler/src/profiler/TracyManualData.cpp index f9fcb23c..6d003a68 100644 --- a/profiler/src/profiler/TracyManualData.cpp +++ b/profiler/src/profiler/TracyManualData.cpp @@ -57,8 +57,9 @@ TracyManualData::TracyManualData() chapterNames.resize( level ); } levels[level - 1]++; - chapterNames[level - 1] = line.substr( level + 1 ); } + + chapterNames[level - 1] = line.substr( level + 1 ); } } pos = next + 1;