From fa6bc699bce5e04b134a990cd6f4e1406f95022e Mon Sep 17 00:00:00 2001 From: ANAND Date: Wed, 7 Aug 2019 22:45:33 +0530 Subject: Hide chat when console is open (#8656) --- src/client/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/game.cpp') diff --git a/src/client/game.cpp b/src/client/game.cpp index 22fc17b48..aaa4e4cb8 100644 --- a/src/client/game.cpp +++ b/src/client/game.cpp @@ -3835,7 +3835,7 @@ void Game::updateFrame(ProfilerGraph *graph, RunStats *stats, f32 dtime, runData.update_draw_list_last_cam_dir = camera_direction; } - m_game_ui->update(*stats, client, draw_control, cam, runData.pointed_old, dtime); + m_game_ui->update(*stats, client, draw_control, cam, runData.pointed_old, gui_chat_console, dtime); /* make sure menu is on top -- cgit v1.2.3