diff --git a/examples/imgui/main.cpp b/examples/imgui/main.cpp index 158b675c..572516df 100644 --- a/examples/imgui/main.cpp +++ b/examples/imgui/main.cpp @@ -343,8 +343,8 @@ public: ImVec4 clear_color = ImColor(114, 144, 154); static float f = 0.0f; - ImGui::Text(example->title.c_str()); - ImGui::Text(device->properties.deviceName); + ImGui::TextUnformatted(example->title.c_str()); + ImGui::TextUnformatted(device->properties.deviceName); // Update frame time display if (updateFrameGraph) {