Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
commit
57122769de
|
@ -644,7 +644,7 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||||
// Debug
|
// Debug
|
||||||
float qlen = value.Length();
|
float qlen = value.Length();
|
||||||
if (value.Length() > 1.01f || qlen <0.99)
|
if (value.Length() > 1.01f || qlen <0.99)
|
||||||
m_log.WarnFormat("[PHYSICS]: Got nonnorm quaternion Orientation from Scene in Object {0} norm {}", Name, qlen);
|
m_log.WarnFormat("[PHYSICS]: Got nonnorm quaternion Orientation from Scene in Object {0} norm {1}", Name, qlen);
|
||||||
//
|
//
|
||||||
AddChange(changes.Orientation, value);
|
AddChange(changes.Orientation, value);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue