end child outside of if

This commit is contained in:
Infi
2024-04-19 19:33:26 +02:00
parent 2d69af3f5c
commit 0c107a9290
+2 -3
View File
@@ -78,14 +78,13 @@ internal sealed class About : ISettingsTab {
ImGui.TextUnformatted(translator);
}
ImGui.EndChild();
}
ImGui.EndChild();
ImGui.TreePop();
}
ImGui.EndChild();
}
ImGui.EndChild();
ImGui.Spacing();
ImGui.PopTextWrapPos();