Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork

avinationmerge
ubit 2012-10-09 23:58:15 +02:00
commit 3f26cf9b62
1 changed files with 5 additions and 0 deletions

View File

@ -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