diff --git a/imgui_draw.cpp b/imgui_draw.cpp index 467555cf5..c352db054 100644 --- a/imgui_draw.cpp +++ b/imgui_draw.cpp @@ -1779,7 +1779,7 @@ static void UnpackBoolVectorToFlatIndexList(const ImBoolVector* in, ImVectorpush_back((int)((it - it_begin) << 5) + bit_n); }