diff --git a/profiler/src/main.cpp b/profiler/src/main.cpp index 7780a09b..6a65f2e6 100644 --- a/profiler/src/main.cpp +++ b/profiler/src/main.cpp @@ -240,6 +240,7 @@ int main( int argc, char** argv ) } if( ImGui::BeginPopupModal( "Loading trace...", nullptr, ImGuiWindowFlags_AlwaysAutoResize ) ) { + tracy::TextCentered( ICON_FA_HOURGLASS_HALF ); auto currProgress = progress.progress.load( std::memory_order_relaxed ); if( totalProgress == 0 ) {