mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-20 15:08:19 +00:00
Ensure network log files are closed when shutting down engine
Previously, the network log files were not explicitly closed unless the `dbg_lognetwork` command is used again manually.
This commit is contained in:
parent
10b486a6b0
commit
187120dd31
|
@ -71,6 +71,7 @@ public:
|
|||
~CEngine() override
|
||||
{
|
||||
m_JobPool.Destroy();
|
||||
CNetBase::CloseLog();
|
||||
}
|
||||
|
||||
void Init() override
|
||||
|
|
Loading…
Reference in a new issue