summaryrefslogtreecommitdiff
path: root/src/client/game.cpp
diff options
context:
space:
mode:
authorANAND <ClobberXD@gmail.com>2019-08-07 22:45:33 +0530
committerSmallJoker <SmallJoker@users.noreply.github.com>2019-08-07 19:15:33 +0200
commitfa6bc699bce5e04b134a990cd6f4e1406f95022e (patch)
tree7c9d909fc53ef2f3c2be6ea9edee1bd53fb34331 /src/client/game.cpp
parent1cef09ff10515ae56884e766ddb4b27ef44a9572 (diff)
downloadminetest-fa6bc699bce5e04b134a990cd6f4e1406f95022e.tar.gz
minetest-fa6bc699bce5e04b134a990cd6f4e1406f95022e.tar.bz2
minetest-fa6bc699bce5e04b134a990cd6f4e1406f95022e.zip
Hide chat when console is open (#8656)
Diffstat (limited to 'src/client/game.cpp')
-rw-r--r--src/client/game.cpp2
1 files changed, 1 insertions, 1 deletions
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