small fix
This commit is contained in:
@@ -76,7 +76,7 @@ RageLog::RageLog()
|
|||||||
RageLog::~RageLog()
|
RageLog::~RageLog()
|
||||||
{
|
{
|
||||||
Flush();
|
Flush();
|
||||||
FreeConsole();
|
HideConsole();
|
||||||
if(m_fileLog) fclose( m_fileLog );
|
if(m_fileLog) fclose( m_fileLog );
|
||||||
if(m_fileInfo) fclose( m_fileInfo );
|
if(m_fileInfo) fclose( m_fileInfo );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user