diff options
Diffstat (limited to 'src/game')
| -rw-r--r-- | src/game/client/components/chat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/chat.cpp b/src/game/client/components/chat.cpp index da56206f..898cd30f 100644 --- a/src/game/client/components/chat.cpp +++ b/src/game/client/components/chat.cpp @@ -214,7 +214,7 @@ void CChat::OnRender() break; float Begin = x; - float FontSize = 5.0f; + float FontSize = 6.0f; // get the y offset CTextCursor Cursor; |