1
0

Fixed logging into debug console.

Was missing the LF at the end.
This commit is contained in:
madmaxoft
2013-08-12 08:42:18 +02:00
parent add99a8847
commit 90ef9cfe97
2 changed files with 3 additions and 1 deletions

View File

@@ -75,7 +75,9 @@ cMCLogger::~cMCLogger()
m_Log->Log("--- Stopped Log ---\n");
delete m_Log;
if (this == s_MCLogger)
{
s_MCLogger = NULL;
}
}