fix debug hud
This commit is contained in:
parent
cbdabf794f
commit
12d44ff9f1
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ namespace DangerousD.GameCore.GUI
|
|||
spriteBatch.Begin();
|
||||
spriteBatch.DrawString(
|
||||
_spriteFont,
|
||||
Join(",", _text.Select(el => el.Key + ": " + el.Value).ToList()),
|
||||
Join("\n", _text.Select(el => el.Key + ": " + el.Value).ToList()),
|
||||
new Vector2(10, 10),
|
||||
Color.Cyan,
|
||||
0,
|
||||
|
|
Loading…
Add table
Reference in a new issue