Fix deserialization of Buoyancy, Force and Torque. Remove debug from the new

code.
This commit is contained in:
Melanie
2012-02-26 14:30:24 +01:00
parent 9a15bba99b
commit 8cdc115c91
5 changed files with 9 additions and 11 deletions

View File

@@ -245,7 +245,6 @@ namespace OpenSim.Region.Framework.Scenes
}
}
m_log.DebugFormat("[KEYFRAME]: Angle {0} aabb {1}", angle, aa_bb);
k.AngularVelocity = (new Vector3(0, 0, 1) * (Quaternion)k.Rotation) * (angle / (k.TimeMS / 1000));
k.TimeTotal = k.TimeMS;