Skip to content

Commit

Permalink
Update ReleaseNotes.cs
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
RiddleTime committed May 6, 2024
1 parent 257476b commit 5c4e8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Race_Element/Controls/Info/ReleaseNotes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public static class ReleaseNotes
internal readonly static Dictionary<string, string> Notes = new()
{
{"1.0.7.2", "- Fuel Info HUD: Reworked some internals."+
"\n- Boost Guage HUD: Added customizable bar color."+
"\n- Boost Gauge HUD: Added customizable bar color."+
"\n- Speedometer HUD: Added customizable bar color."+
"\n- Added Positions Timestamp HUD: Can be used during a race session whilst calling a safety car, you will have all the positions (according to when drivers crossed a sector)."},
{"1.0.7.0", "- hotfix for fuel info hud, drawing things were disposed when they shouldn't have been." },
Expand Down

0 comments on commit 5c4e8d6

Please sign in to comment.