flush when PREFSMAN->m_bDebugMode
This commit is contained in:
@@ -202,7 +202,7 @@ void RageLog::Write( int where, CString str)
|
|||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
Flush();
|
Flush();
|
||||||
#else
|
#else
|
||||||
if(where & WRITE_TO_INFO)
|
if( (PREFSMAN && PREFSMAN->m_bDebugMode) || (where & WRITE_TO_INFO) )
|
||||||
Flush();
|
Flush();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user