mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-12 19:18:20 +00:00
Fix crash when graphics init failed (fixes #5237)
This commit is contained in:
parent
8e3d5c1b59
commit
ac2657bfce
|
@ -449,6 +449,7 @@ CGameConsole::CGameConsole() :
|
|||
|
||||
CGameConsole::~CGameConsole()
|
||||
{
|
||||
if(m_pConsoleLogger)
|
||||
m_pConsoleLogger->OnConsoleDeletion();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue