No need to format string without formatting.

This commit is contained in:
Bartosz Taudul 2020-09-27 20:56:37 +02:00
parent 1d106097e3
commit d530472045

View File

@ -1032,7 +1032,7 @@ static void DrawContents()
tracy::TextCentered( ICON_FA_BROOM );
animTime += ImGui::GetIO().DeltaTime;
tracy::DrawWaitingDots( animTime );
ImGui::Text( "Please wait, cleanup is in progress" );
ImGui::TextUnformatted( "Please wait, cleanup is in progress" );
ImGui::EndPopup();
}