We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd64fc commit c864527Copy full SHA for c864527
src/core/imgui_profiler.h
@@ -348,7 +348,7 @@ class ProfilersWindow {
348
349
std::stringstream title;
350
title.precision(2);
351
- title << std::fixed << "Profiler [Rendering at " << 1.0f / avgFrameTime << "fps\t" << avgFrameTime * 1000.0f << "ms]###ProfilerWindow";
+ title << std::fixed << "\uf085 Profiler [Rendering at " << 1.0f / avgFrameTime << "fps\t" << avgFrameTime * 1000.0f << "ms]###ProfilerWindow";
352
//###AnimatedTitle
353
ImGui::Begin(title.str().c_str(), active, ImGuiWindowFlags_NoScrollbar);
354
ImVec2 canvasSize = ImGui::GetContentRegionAvail();
0 commit comments