fix shape errorcodes

corrects out of bounds flaw
This commit is contained in:
AzaezelX 2022-06-16 22:07:45 -05:00
parent b753c9d91c
commit f0b218f1e2
2 changed files with 3 additions and 3 deletions

View file

@ -117,7 +117,7 @@ ConsoleSetType(TypeShapeAssetId)
//-----------------------------------------------------------------------------
const String ShapeAsset::mErrCodeStrings[] =
const String ShapeAsset::mShapeErrCodeStrings[] =
{
"TooManyVerts",
"TooManyBones",