clean up math varsize complaints

This commit is contained in:
AzaezelX 2023-04-27 16:10:04 -05:00
parent 1230d0d280
commit 0ce2da3a23
30 changed files with 61 additions and 56 deletions

View file

@ -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),