mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +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 );
|
tracy::TextCentered( ICON_FA_BROOM );
|
||||||
animTime += ImGui::GetIO().DeltaTime;
|
animTime += ImGui::GetIO().DeltaTime;
|
||||||
tracy::DrawWaitingDots( animTime );
|
tracy::DrawWaitingDots( animTime );
|
||||||
ImGui::Text( "Please wait, cleanup is in progress" );
|
ImGui::TextUnformatted( "Please wait, cleanup is in progress" );
|
||||||
ImGui::EndPopup();
|
ImGui::EndPopup();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user