mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
Just making sure the error output is consistent with the other errors.
This commit is contained in:
parent
21ff1e26bb
commit
79c9a21e32
1 changed files with 1 additions and 1 deletions
|
|
@ -652,7 +652,7 @@ breakContinue:
|
||||||
|
|
||||||
AbstractClassRep* rep = AbstractClassRep::findClassRep( objectName );
|
AbstractClassRep* rep = AbstractClassRep::findClassRep( objectName );
|
||||||
if (rep != NULL) {
|
if (rep != NULL) {
|
||||||
Con::errorf(ConsoleLogEntry::General, "%s: Cannot name object %s the same name as a script class.",
|
Con::errorf(ConsoleLogEntry::General, "%s: Cannot name object [%s] the same name as a script class.",
|
||||||
getFileLine(ip), objectName);
|
getFileLine(ip), objectName);
|
||||||
ip = failJump;
|
ip = failJump;
|
||||||
STR.popFrame();
|
STR.popFrame();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue