chore: remove todo

This commit is contained in:
Anna 2024-02-22 00:44:35 -05:00
parent ba61a98bd5
commit 81c9df4d93
Signed by: anna
GPG Key ID: D0943384CD9F87D1
1 changed files with 0 additions and 1 deletions

View File

@ -192,7 +192,6 @@ internal class DatabaseTab : ITab {
if (ImGui.Button("View", new Vector2(buttonWidth, 0))) {
this.Plugin.Ui.Drawables.Add(new Viewer(this.Plugin, shot.Path));
// TODO: draw dots where players are (on hover?)
}
if (ImGui.CollapsingHeader("Players visible in shot")) {