mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Fix deserialization of Buoyancy, Force and Torque. Remove debug from the new
code.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user