lastpos init. world-center.

This commit is contained in:
Azaezel 2015-07-17 14:04:02 -05:00
parent f97dced4a7
commit 656efbfeb7

View file

@ -127,6 +127,7 @@ private:
FollowData() : object(NULL)
{
radius = 5.0f;
lastPos = Point3F::Zero;
}
};