fix debug :)

avinationmerge
UbitUmarov 2012-10-09 23:01:26 +01:00
parent e238ece327
commit a19a189fec
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);
} }