mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-25 01:23:52 +00:00
fix shape errorcodes
corrects out of bounds flaw
This commit is contained in:
parent
b753c9d91c
commit
f0b218f1e2
2 changed files with 3 additions and 3 deletions
|
|
@ -117,7 +117,7 @@ ConsoleSetType(TypeShapeAssetId)
|
|||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
const String ShapeAsset::mErrCodeStrings[] =
|
||||
const String ShapeAsset::mShapeErrCodeStrings[] =
|
||||
{
|
||||
"TooManyVerts",
|
||||
"TooManyBones",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue