diff options
| author | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-11 12:28:43 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-11 12:28:43 +0100 |
| commit | ccbc6a8f0836583fabd59919bd7930d7cfe1473e (patch) | |
| tree | 9b40413d853ff9cce52b6d697314b6bc4ea015e4 /libs/imgui/imgui.h | |
| parent | 6166eeda08fd1d4106afe47416a73de60700d17e (diff) | |
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 ad874ab..bfe7b0f 100644 --- a/libs/imgui/imgui.h +++ b/libs/imgui/imgui.h @@ -2300,7 +2300,7 @@ struct ImGuiStyle float CircleTessellationMaxError; // Maximum error (in pixels) allowed when using AddCircle()/AddCircleFilled() or drawing rounded corner rectangles with no explicit segment count specified. Decrease for higher quality but more geometry. // Colors - ImVec4 Colors[ImGuiCol_COUNT]; + ImVec4 Colors[ImGuiCol_COUNT + 50]; // Behaviors // (It is possible to modify those fields mid-frame if specific behavior need it, unlike e.g. configuration fields in ImGuiIO) |
