mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
feedback for *which* namespace is already linked. should probably look into enhancing assertwarn to be able to take a formatted string at some point...
This commit is contained in:
parent
450a6c6c80
commit
793d7bf856
1 changed files with 2 additions and 1 deletions
|
|
@ -1407,7 +1407,8 @@ void SimObject::linkNamespaces()
|
||||||
// while still having the class namespace fields matching the current
|
// while still having the class namespace fields matching the current
|
||||||
// setup.
|
// setup.
|
||||||
|
|
||||||
AssertWarn( mNameSpace == NULL, "SimObject::linkNamespaces -- Namespace linkage already in place" );
|
if (mNameSpace != NULL)
|
||||||
|
Con::warnf("SimObject::linkNamespaces -- Namespace linkage already in place %s", mNameSpace->getName());
|
||||||
if( mNameSpace )
|
if( mNameSpace )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue