From 74748ae725ca3cdcc450473ea0ccd245ab36533d Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 11 Jan 2026 20:09:37 +0100 Subject: ai import ui improvements --- libs/imgui/imgui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/imgui/imgui.h') 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. -- cgit v1.2.3-70-g09d2