summaryrefslogtreecommitdiff
path: root/libs/imgui/imgui.h
diff options
context:
space:
mode:
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 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)