mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
lastpos init. world-center.
This commit is contained in:
parent
f97dced4a7
commit
656efbfeb7
|
|
@ -127,6 +127,7 @@ private:
|
|||
FollowData() : object(NULL)
|
||||
{
|
||||
radius = 5.0f;
|
||||
lastPos = Point3F::Zero;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue