Skip to content

Commit

Permalink
refactor: Set load time text to empty (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 authored Nov 14, 2024
1 parent 94867e7 commit 7164664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application/Maps/Services/MapTextDrawRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ private void Initialize()
_timeLeft.Selectable = false;

_loadTime = _worldService.CreateTextDraw(new Vector2(211.000000, 130.000000), string.Empty);
_loadTime.Text = "Loading map... (9)";
_loadTime.Text = string.Empty;
_loadTime.Font = TextDrawFont.Slim;
_loadTime.LetterSize = new Vector2(0.566666, 2.599997);
_loadTime.TextSize = new Vector2(503.500000, 16.000000);
Expand Down

0 comments on commit 7164664

Please sign in to comment.