Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
waxnet committed Feb 12, 2024
1 parent 9b63dcf commit 0d9b759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static void Draw()
SettingsH.fpsCounterTimer++;

// watermark content and style
GUIContent titleContent = new GUIContent("<b>Net<color=red>Ware</color> v1.8.2 | " + currentTime + " | " + SettingsH.fpsCounterContent + " FPS</b>");
GUIContent titleContent = new GUIContent("<b>Net<color=red>Ware</color> v1.8.3 | " + currentTime + " | " + SettingsH.fpsCounterContent + " FPS</b>");
GUIStyle titleStyle = new GUIStyle("Label")
{
wordWrap = false,
Expand Down

0 comments on commit 0d9b759

Please sign in to comment.