mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix black font and menu header when game exits in background (#16131)
This commit is contained in:
parent
5f06885ffa
commit
959a8b5b8b
3 changed files with 15 additions and 4 deletions
|
@ -367,9 +367,6 @@ Client::~Client()
|
|||
for (auto &csp : m_sounds_client_to_server)
|
||||
m_sound->freeId(csp.first);
|
||||
m_sounds_client_to_server.clear();
|
||||
|
||||
// Go back to our mainmenu fonts
|
||||
g_fontengine->clearMediaFonts();
|
||||
}
|
||||
|
||||
void Client::connect(const Address &address, const std::string &address_name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue