mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
formatting
This commit is contained in:
parent
793d7bf856
commit
fb79d1fec7
1 changed files with 3 additions and 3 deletions
|
|
@ -1407,11 +1407,11 @@ 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.
|
||||||
|
|
||||||
if (mNameSpace != NULL)
|
if (mNameSpace)
|
||||||
|
{
|
||||||
Con::warnf("SimObject::linkNamespaces -- Namespace linkage already in place %s", mNameSpace->getName());
|
Con::warnf("SimObject::linkNamespaces -- Namespace linkage already in place %s", mNameSpace->getName());
|
||||||
if( mNameSpace )
|
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
// Get the namespace for the C++ class.
|
// Get the namespace for the C++ class.
|
||||||
|
|
||||||
Namespace* cppNamespace = getClassRep()->getNameSpace();
|
Namespace* cppNamespace = getClassRep()->getNameSpace();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue