mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 23:07:26 +08:00
fix lua gui: imgui Separator between modules instead of same line which is non sense (#1672)
This commit is contained in:
parent
c4111b4f2e
commit
b8a7c9be70
@ -50,7 +50,7 @@ namespace big
|
|||||||
{
|
{
|
||||||
if (const auto it = module->m_gui.find(tab_hash); it != module->m_gui.end())
|
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)
|
for (const auto& element : it->second)
|
||||||
element->draw();
|
element->draw();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user