Skip to content

Commit

Permalink
Update DateWithDestiny.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaksuhn committed Apr 28, 2024
1 parent 0e28f87 commit c2a0dda
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Automaton/Features/Achievements/DateWithDestiny.cs
Original file line number Diff line number Diff line change
Expand Up @@ -214,14 +214,14 @@ public override void Draw()
active ^= true;
navmesh.Stop();
}
ImGui.SameLine();
if (ImGuiComponents.IconButtonWithText((FontAwesomeIcon)0xf002, "Browse"))
{
new TerritorySelector(SelectedTerritory, (_, x) =>
{
SelectedTerritory = x;
});
}
//ImGui.SameLine();
//if (ImGuiComponents.IconButtonWithText((FontAwesomeIcon)0xf002, "Browse"))
//{
// new TerritorySelector(SelectedTerritory, (_, x) =>
// {
// SelectedTerritory = x;
// });
//}

foreach (var fate in Svc.Fates.OrderBy(x => Vector3.DistanceSquared(x.Position, Svc.ClientState.LocalPlayer.Position)))
{
Expand Down

0 comments on commit c2a0dda

Please sign in to comment.