Skip to content

Commit

Permalink
ci: fix static analysis warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffstadt committed Sep 17, 2024
1 parent f46874c commit 1f213a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mvPlotting.h
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ struct mvBarGroupSeriesConfig
{
ImPlotBarsFlags flags = ImPlotBarsFlags_None;
float group_width = 0.67f;
int shift;
int shift = 0;
// Since our default group size is 1, we need a label for that single item in the group.
// The config must be valid at all times.
std::vector<std::string> label_ids { std::string() };
Expand Down

0 comments on commit 1f213a1

Please sign in to comment.