Skip to content

Commit

Permalink
Simplified FOV Color a little more.
Browse files Browse the repository at this point in the history
  • Loading branch information
Amarey authored and Amarey committed Dec 18, 2023
1 parent b140cbd commit 601288f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions AimmyWPF/OverlayWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ public OverlayWindow()

}

void UpdateFOVColor(Color NewColor)
{
OverlayCircle.Stroke = new SolidColorBrush(NewColor);
}
void UpdateFOVColor(Color NewColor) => OverlayCircle.Stroke = new SolidColorBrush(NewColor);

void UpdateFOVSize()
{
Expand Down

0 comments on commit 601288f

Please sign in to comment.