1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Update ImGui to 1.89.5 + docking.

This commit is contained in:
Bartosz Taudul
2023-04-16 00:22:05 +02:00
parent 5aaa4fcaf7
commit 72dfab80f8
13 changed files with 574 additions and 304 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
// dear imgui, v1.89.4
// dear imgui, v1.89.5
// (drawing and font code)
/*
@@ -3797,6 +3797,7 @@ void ImGui::RenderArrow(ImDrawList* draw_list, ImVec2 pos, ImU32 col, ImGuiDir d
void ImGui::RenderBullet(ImDrawList* draw_list, ImVec2 pos, ImU32 col)
{
// FIXME-OPT: This should be baked in font.
draw_list->AddCircleFilled(pos, draw_list->_Data->FontSize * 0.20f, col, 8);
}