1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-28 20:23:51 +00:00

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();
}