Skip to content

Commit d3d3638

Browse files
paramatnerzhul
authored andcommittedJul 17, 2017
Chat: Move chat text down to not overlap 3rd line of debug text (#6145)
1 parent d60434c commit d3d3638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/game.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ static void updateChat(Client &client, f32 dtime, bool show_debug,
995995
s32 chat_y = 5;
996996

997997
if (show_debug)
998-
chat_y += 2 * line_height;
998+
chat_y += 3 * line_height;
999999

10001000
// first pass to calculate height of text to be set
10011001
const v2u32 &window_size = RenderingEngine::get_instance()->getWindowSize();

0 commit comments

Comments
 (0)
Please sign in to comment.