diff options
| author | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-11 20:09:37 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-11 20:09:37 +0100 |
| commit | 74748ae725ca3cdcc450473ea0ccd245ab36533d (patch) | |
| tree | 4cf69b3d2cb99219651c38683d1c1c6cddbcc7a4 /libs/imgui/imgui.h | |
| parent | c011cfe0cb4b2b29c2e1d48b5bfd6db1d7fdc6d8 (diff) | |
ai import ui improvements
Diffstat (limited to 'libs/imgui/imgui.h')
| -rw-r--r-- | libs/imgui/imgui.h | 2 |
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. |
