diff options
author | UbitUmarov | 2012-10-09 23:01:26 +0100 |
---|---|---|
committer | UbitUmarov | 2012-10-09 23:01:26 +0100 |
commit | a19a189fec6afa44c632ec83c97d649efc832217 (patch) | |
tree | aaea0d682d8ac8f3a3cda1f476e58e2f21d59a69 /OpenSim/Region/Physics/UbitOdePlugin | |
parent | debug... (diff) | |
download | opensim-SC-a19a189fec6afa44c632ec83c97d649efc832217.zip opensim-SC-a19a189fec6afa44c632ec83c97d649efc832217.tar.gz opensim-SC-a19a189fec6afa44c632ec83c97d649efc832217.tar.bz2 opensim-SC-a19a189fec6afa44c632ec83c97d649efc832217.tar.xz |
fix debug :)
Diffstat (limited to 'OpenSim/Region/Physics/UbitOdePlugin')
-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 | } |