mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-20 05:43:12 +01:00
Fixed warning.
This commit is contained in:
1
3rdparty/dear-imgui/imgui_widgets.cpp
vendored
1
3rdparty/dear-imgui/imgui_widgets.cpp
vendored
@@ -5725,6 +5725,7 @@ ImGuiMenuColumns::ImGuiMenuColumns()
|
||||
void ImGuiMenuColumns::Update(int count, float spacing, bool clear)
|
||||
{
|
||||
IM_ASSERT(count == IM_ARRAYSIZE(Pos));
|
||||
IM_UNUSED(count);
|
||||
Width = NextWidth = 0.0f;
|
||||
Spacing = spacing;
|
||||
if (clear)
|
||||
|
||||
Reference in New Issue
Block a user