Skip to content

Commit 795e2d2

Browse files
committed
ImGuiOverlays: Fix bold with ICache enabled
1 parent d4e2f4f commit 795e2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/imgui_overlays.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ void ImGuiManager::DrawPerformanceOverlay(const GPUBackend* gpu, float& position
507507
text.append_format("{}{}", first ? "" : "/", "ME");
508508
}
509509

510-
text.append("]:\x03 ");
510+
text.append("]:\x01 ");
511511
}
512512
else
513513
{

0 commit comments

Comments
 (0)