diff options
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. |
