mirror of
https://github.com/wolfpld/tracy
synced 2026-02-15 13:42:17 +00:00
Use TextUnformatted in TextCentered.
This commit is contained in:
@@ -16,7 +16,7 @@ namespace tracy
|
||||
{
|
||||
const auto tw = ImGui::CalcTextSize( text ).x;
|
||||
ImGui::SetCursorPosX( ( ImGui::GetWindowWidth() - tw ) * 0.5f );
|
||||
ImGui::Text( "%s", text );
|
||||
ImGui::TextUnformatted( text );
|
||||
}
|
||||
|
||||
static inline void DrawWaitingDots( double time )
|
||||
|
||||
Reference in New Issue
Block a user