Fixed errors line number
This commit is contained in:
@@ -144,7 +144,7 @@ void NzLog::WriteError(nzErrorType type, const NzString& error, unsigned int lin
|
||||
stream += " (";
|
||||
stream += file;
|
||||
stream += ':';
|
||||
stream += line;
|
||||
stream += NzString::Number(line);
|
||||
stream += ": ";
|
||||
stream += func;
|
||||
stream += ')';
|
||||
|
||||
Reference in New Issue
Block a user