fix: remove extraneous tree pop

This commit is contained in:
Anna 2022-06-30 17:56:37 -04:00
parent 569a2ea71e
commit 7f7ef8b5d8
1 changed files with 0 additions and 2 deletions

View File

@ -56,7 +56,5 @@ internal sealed class ChatColours : ISettingsTab {
}
}
}
ImGui.TreePop();
}
}