mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Show the top line too when only chat, but not HUD is shown
This commit is contained in:
@@ -2219,7 +2219,7 @@ void the_game(
|
|||||||
guitext->setText(narrow_to_wide(temptext).c_str());
|
guitext->setText(narrow_to_wide(temptext).c_str());
|
||||||
guitext->setVisible(true);
|
guitext->setVisible(true);
|
||||||
}
|
}
|
||||||
else if(show_hud)
|
else if(show_hud || show_chat)
|
||||||
{
|
{
|
||||||
guitext->setText(narrow_to_wide(program_name_and_version).c_str());
|
guitext->setText(narrow_to_wide(program_name_and_version).c_str());
|
||||||
guitext->setVisible(true);
|
guitext->setVisible(true);
|
||||||
|
Reference in New Issue
Block a user