diff --git a/profiler/src/profiler/TracySourceView.cpp b/profiler/src/profiler/TracySourceView.cpp index 69d7b165..6ea82ae5 100644 --- a/profiler/src/profiler/TracySourceView.cpp +++ b/profiler/src/profiler/TracySourceView.cpp @@ -1235,10 +1235,10 @@ void SourceView::RenderSymbolView( Worker& worker, View& view ) } if( m_calcInlineStats ) { - ImGui::SameLine(); - ImGui::AlignTextToFramePadding(); - TextColoredUnformatted( ImVec4( 1.f, 1.f, 0.2f, 1.f ), ICON_FA_TRIANGLE_EXCLAMATION ); - TooltipIfHovered( "Context is limited to an inline function" ); + ImGui::SameLine(); + ImGui::AlignTextToFramePadding(); + TextColoredUnformatted( ImVec4( 1.f, 1.f, 0.2f, 1.f ), ICON_FA_TRIANGLE_EXCLAMATION ); + TooltipIfHovered( "Context is limited to an inline function" ); } }