cleaned up member::radius

This commit is contained in:
Azaezel 2018-03-13 15:31:00 -05:00
parent c98f257cae
commit 1c62080f7f
12 changed files with 18 additions and 18 deletions

View file

@ -1225,8 +1225,8 @@ void TSShapeLoader::install()
shape->mBounds = Box3F(1.0f);
shape->mBounds.getCenter(&shape->center);
shape->radius = (shape->mBounds.maxExtents - shape->center).len();
shape->tubeRadius = shape->radius;
shape->mRadius = (shape->mBounds.maxExtents - shape->center).len();
shape->tubeRadius = shape->mRadius;
shape->init();
shape->finalizeEditable();