summaryrefslogtreecommitdiff
path: root/libs/imgui/imgui.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@mailbox.org>2026-01-11 20:09:37 +0100
committerAldrik Ramaekers <aldrik@mailbox.org>2026-01-11 20:09:37 +0100
commit74748ae725ca3cdcc450473ea0ccd245ab36533d (patch)
tree4cf69b3d2cb99219651c38683d1c1c6cddbcc7a4 /libs/imgui/imgui.h
parentc011cfe0cb4b2b29c2e1d48b5bfd6db1d7fdc6d8 (diff)
ai import ui improvements
Diffstat (limited to 'libs/imgui/imgui.h')
-rw-r--r--libs/imgui/imgui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/imgui/imgui.h b/libs/imgui/imgui.h
index bfe7b0f..3f4ee8c 100644
--- a/libs/imgui/imgui.h
+++ b/libs/imgui/imgui.h
@@ -380,7 +380,7 @@ namespace ImGui
IMGUI_API void LoadingIndicatorCircleSmall();
IMGUI_API void LoadingIndicatorCircle(const float indicator_radius,
const ImVec4& main_color, const ImVec4& backdrop_color,
- const int circle_count, const float speed);
+ const int circle_count, const float speed, float circle_radius);
// Context creation and access
// - Each context create its own ImFontAtlas by default. You may instance one yourself and pass it to CreateContext() to share a font atlas between contexts.