mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-27 16:19:34 +00:00
cleaned up member::radius
This commit is contained in:
parent
c98f257cae
commit
1c62080f7f
12 changed files with 18 additions and 18 deletions
|
|
@ -82,7 +82,7 @@ TSLastDetail::TSLastDetail( TSShape *shape,
|
|||
mDl = dl;
|
||||
mDim = getMax( dim, (S32)32 );
|
||||
|
||||
mRadius = mShape->radius;
|
||||
mRadius = mShape->mRadius;
|
||||
mCenter = mShape->center;
|
||||
|
||||
mCachePath = cachePath;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue