mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed build.
This commit is contained in:
@@ -1832,7 +1832,7 @@ int _main_(int _argc, char** _argv)
|
||||
;
|
||||
|
||||
ImGui::PushItemWidth(-1);
|
||||
if (ImGui::ListBoxHeader("##empty", ImVec2(0.0f, listHeight) ) )
|
||||
if (ImGui::BeginListBox("##empty", ImVec2(0.0f, listHeight) ) )
|
||||
{
|
||||
const int32_t itemCount = int32_t(view.m_fileList.size() );
|
||||
|
||||
@@ -1870,7 +1870,7 @@ int _main_(int _argc, char** _argv)
|
||||
|
||||
clipper.End();
|
||||
|
||||
ImGui::ListBoxFooter();
|
||||
ImGui::EndListBox();
|
||||
}
|
||||
|
||||
ImGui::PopFont();
|
||||
|
||||
Reference in New Issue
Block a user