diff options
author | ubit | 2012-10-10 00:02:05 +0200 |
---|---|---|
committer | ubit | 2012-10-10 00:02:05 +0200 |
commit | 57122769ded918b290c70c2cadbba8be6e6f76ed (patch) | |
tree | e5519b8541e93f66290f9dce902865299df211c4 | |
parent | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff) | |
parent | fix debug :) (diff) | |
download | opensim-SC_OLD-57122769ded918b290c70c2cadbba8be6e6f76ed.zip opensim-SC_OLD-57122769ded918b290c70c2cadbba8be6e6f76ed.tar.gz opensim-SC_OLD-57122769ded918b290c70c2cadbba8be6e6f76ed.tar.bz2 opensim-SC_OLD-57122769ded918b290c70c2cadbba8be6e6f76ed.tar.xz |
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
-rw-r--r-- | OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs index 0189e42..0400899 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs | |||
@@ -644,7 +644,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
644 | // Debug | 644 | // Debug |
645 | float qlen = value.Length(); | 645 | float qlen = value.Length(); |
646 | if (value.Length() > 1.01f || qlen <0.99) | 646 | if (value.Length() > 1.01f || qlen <0.99) |
647 | m_log.WarnFormat("[PHYSICS]: Got nonnorm quaternion Orientation from Scene in Object {0} norm {}", Name, qlen); | 647 | m_log.WarnFormat("[PHYSICS]: Got nonnorm quaternion Orientation from Scene in Object {0} norm {1}", Name, qlen); |
648 | // | 648 | // |
649 | AddChange(changes.Orientation, value); | 649 | AddChange(changes.Orientation, value); |
650 | } | 650 | } |