Base: fix verbose checking in Console::Log()
This commit is contained in:
@@ -331,7 +331,7 @@ void ConsoleSingleton::Error( const char *pMsg, ... )
|
||||
|
||||
void ConsoleSingleton::Log( const char *pMsg, ... )
|
||||
{
|
||||
if (!_bVerbose)
|
||||
if (_bVerbose)
|
||||
{
|
||||
FC_CONSOLE_FMT(Log,Log);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user