mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-20 11:55:33 +00:00
Merge remote-tracking branch 'origin/style-cleanup' into development
Conflicts: Engine/source/T3D/tsStatic.cpp Engine/source/console/compiledEval.cpp Engine/source/ts/tsMesh.cpp Engine/source/ts/tsShape.cpp
This commit is contained in:
commit
33fcc59543
62 changed files with 3380 additions and 3381 deletions
|
|
@ -82,8 +82,8 @@ TSLastDetail::TSLastDetail( TSShape *shape,
|
|||
mDl = dl;
|
||||
mDim = getMax( dim, (S32)32 );
|
||||
|
||||
mRadius = mShape->radius;
|
||||
mCenter = mShape->center;
|
||||
mRadius = mShape->mRadius;
|
||||
mCenter = mShape->mCenter;
|
||||
|
||||
mCachePath = cachePath;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue