mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
Final Linux compliance changes(renames, tweaks for gcc compliance, etc)
This commit is contained in:
parent
f5e86a83b5
commit
510b726f6f
25 changed files with 47 additions and 46 deletions
|
|
@ -77,7 +77,7 @@ GuiControl* GuiInspectorMountingGroup::buildMenuCtrl()
|
|||
//GuiInspectorTypeMenuBase::_registerEditControl( retCtrl );
|
||||
|
||||
char szName[512];
|
||||
dSprintf( szName, 512, "IE_%s_%d_%s_Field", retCtrl->getClassName(), mParentInspector->getInspectObject()->getId(), mCaption);
|
||||
dSprintf( szName, 512, "IE_%s_%d_%s_Field", retCtrl->getClassName(), mParentInspector->getInspectObject()->getId(), mCaption.c_str());
|
||||
|
||||
// Register the object
|
||||
retCtrl->registerObject( szName );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue