fix lua gui: imgui Separator between modules instead of same line which is non sense (#1672)
This commit is contained in:
parent
2f1f094b89
commit
5ddf1c1d90
@ -50,7 +50,7 @@ namespace big
|
||||
{
|
||||
if (const auto it = module->m_gui.find(tab_hash); it != module->m_gui.end())
|
||||
{
|
||||
ImGui::SameLine();
|
||||
ImGui::Separator();
|
||||
|
||||
for (const auto& element : it->second)
|
||||
element->draw();
|
||||
|
Reference in New Issue
Block a user