Skip to content

Commit

Permalink
HUD: use nofix icon for "no fix" instead of nogps
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlong13 authored and meee1 committed Jan 12, 2023
1 parent 2df564f commit 42253dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExtLibs/Controls/HUD.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2833,7 +2833,7 @@ internal void doPaint()
{
gps = (HUDT.GPS1);
col = (SolidBrush) Brushes.Red;
icon = HUDT.nogps_wide;
icon = HUDT.nofix_wide;
}
else if (_fix == 2)
{
Expand Down

0 comments on commit 42253dd

Please sign in to comment.