mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
cleaned up member::radius
This commit is contained in:
parent
c98f257cae
commit
1c62080f7f
12 changed files with 18 additions and 18 deletions
|
|
@ -366,8 +366,8 @@ bool GuiShapeEdPreview::setObjectModel(const char* modelName)
|
|||
mOrbitPos = shape->center;
|
||||
|
||||
// Set camera move and zoom speed according to model size
|
||||
mMoveSpeed = shape->radius / sMoveScaler;
|
||||
mZoomSpeed = shape->radius / sZoomScaler;
|
||||
mMoveSpeed = shape->mRadius / sMoveScaler;
|
||||
mZoomSpeed = shape->mRadius / sZoomScaler;
|
||||
|
||||
// Reset node selection
|
||||
mHoverNode = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue