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

avinationmerge
ubit 2012-10-10 00:02:05 +02:00
commit 57122769de
1 changed files with 1 additions and 1 deletions

View File

@ -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);
} }