Add missing EndColumns() call.

This commit is contained in:
Bartosz Taudul 2018-06-20 14:37:55 +02:00
parent be0a70a5c1
commit 0d509ea3a6

View File

@ -4765,6 +4765,7 @@ void View::DrawStatistics()
ImGui::PopID(); ImGui::PopID();
} }
ImGui::EndColumns();
#endif #endif
ImGui::End(); ImGui::End();
} }