1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

Hide chat when console is open (#8656)

This commit is contained in:
ANAND 2019-08-07 22:45:33 +05:30 committed by SmallJoker
parent 1cef09ff10
commit fa6bc699bc
3 changed files with 15 additions and 6 deletions

View file

@ -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