diff --git a/server/TracyImGui.hpp b/server/TracyImGui.hpp index b48be85a..cd497f1b 100644 --- a/server/TracyImGui.hpp +++ b/server/TracyImGui.hpp @@ -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 )