mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-14 04:03:46 +00:00
cleaned up member::radius
This commit is contained in:
parent
4615bd6db8
commit
3ceaa0ed50
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