mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-19 14:27:45 +01:00
tab items must end conditionally
Fixes random heap corruption after opening the settings window
This commit is contained in:
parent
616980f99f
commit
48931dd8d2
2 changed files with 19 additions and 29 deletions
|
|
@ -158,7 +158,6 @@ internal class SettingsWindow : Window
|
|||
}
|
||||
|
||||
ImGui.EndChild();
|
||||
ImGui.EndTabItem();
|
||||
}
|
||||
else if (settingsTab.IsOpen)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue