Skip to content

Commit c864527

Browse files
committed
added icon
1 parent 0bd64fc commit c864527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/imgui_profiler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ class ProfilersWindow {
348348

349349
std::stringstream title;
350350
title.precision(2);
351-
title << std::fixed << "Profiler [Rendering at " << 1.0f / avgFrameTime << "fps\t" << avgFrameTime * 1000.0f << "ms]###ProfilerWindow";
351+
title << std::fixed << "\uf085 Profiler [Rendering at " << 1.0f / avgFrameTime << "fps\t" << avgFrameTime * 1000.0f << "ms]###ProfilerWindow";
352352
//###AnimatedTitle
353353
ImGui::Begin(title.str().c_str(), active, ImGuiWindowFlags_NoScrollbar);
354354
ImVec2 canvasSize = ImGui::GetContentRegionAvail();

0 commit comments

Comments
 (0)