Fixed warning.

This commit is contained in:
Бранимир Караџић 2019-04-11 19:49:58 -07:00
parent 7aab0074bc
commit 1390f4e3fa
1 changed files with 1 additions and 0 deletions

View File

@ -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)