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:
parent
1cef09ff10
commit
fa6bc699bc
3 changed files with 15 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue