Fix compilation + codingstyle

This commit is contained in:
Ardakaniz 2016-10-16 18:39:05 +02:00
parent 495976bff6
commit 72fa0adcfd
1 changed files with 1 additions and 3 deletions

View File

@ -111,10 +111,8 @@ namespace Nz
bool Log::Initialize()
{
if (s_logger == s_stdLogger)
{
if (s_logger == &s_stdLogger)
s_logger = new FileLogger();
}
SetLogger(s_logger);
return true;