Fixed errors line number
This commit is contained in:
parent
e91cde657b
commit
997b6637d4
|
|
@ -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 += ')';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue