fix: remove extraneous tree pop

This commit is contained in:
Anna 2022-06-30 17:56:37 -04:00
parent 5baeaabb01
commit 04cb133613
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
1 changed files with 0 additions and 2 deletions

View File

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