mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
No need to format string without formatting.
This commit is contained in:
parent
1d106097e3
commit
d530472045
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user