diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs index d993f223ff..0189e42313 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs @@ -641,6 +641,11 @@ namespace OpenSim.Region.Physics.OdePlugin { fakeori = value; givefakeori++; +// Debug + float qlen = value.Length(); + if (value.Length() > 1.01f || qlen <0.99) + m_log.WarnFormat("[PHYSICS]: Got nonnorm quaternion Orientation from Scene in Object {0} norm {}", Name, qlen); +// AddChange(changes.Orientation, value); } else