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 += " (";
|
||||||
stream += file;
|
stream += file;
|
||||||
stream += ':';
|
stream += ':';
|
||||||
stream += line;
|
stream += NzString::Number(line);
|
||||||
stream += ": ";
|
stream += ": ";
|
||||||
stream += func;
|
stream += func;
|
||||||
stream += ')';
|
stream += ')';
|
||||||
|
|||||||
Reference in New Issue
Block a user