mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
clean up math varsize complaints
This commit is contained in:
parent
1230d0d280
commit
0ce2da3a23
30 changed files with 61 additions and 56 deletions
|
|
@ -1641,7 +1641,7 @@ void TSStatic::onInspect(GuiInspector* inspector)
|
|||
{
|
||||
//if (mShapeAsset == nullptr)
|
||||
return;
|
||||
|
||||
/*
|
||||
//Put the GameObject group before everything that'd be gameobject-effecting, for orginazational purposes
|
||||
GuiInspectorGroup* materialGroup = inspector->findExistentGroup(StringTable->insert("Materials"));
|
||||
if (!materialGroup)
|
||||
|
|
@ -1709,6 +1709,7 @@ void TSStatic::onInspect(GuiInspector* inspector)
|
|||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
#endif
|
||||
DefineEngineMethod(TSStatic, getTargetName, const char*, (S32 index), (0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue