diff options
author | Teravus Ovares | 2008-03-09 17:50:24 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-03-09 17:50:24 +0000 |
commit | 7cae577094ea166de6ed8b1aab7879aa157a1b6d (patch) | |
tree | b2a098e35f0d1d16dae673d473e9be7f2afabe12 /OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | |
parent | Update svn properties. (diff) | |
download | opensim-SC_OLD-7cae577094ea166de6ed8b1aab7879aa157a1b6d.zip opensim-SC_OLD-7cae577094ea166de6ed8b1aab7879aa157a1b6d.tar.gz opensim-SC_OLD-7cae577094ea166de6ed8b1aab7879aa157a1b6d.tar.bz2 opensim-SC_OLD-7cae577094ea166de6ed8b1aab7879aa157a1b6d.tar.xz |
ODE Plugin
* More cleanup
* Less noise
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/ODEPrim.cs')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs index 3adf773..179160f 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | |||
@@ -739,7 +739,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
739 | } | 739 | } |
740 | else | 740 | else |
741 | { | 741 | { |
742 | m_log.Error("[PHYISCS]: The scene reused a disposed PhysActor! *waves finger*, Don't be evil."); | 742 | m_log.Error("[PHYSICS]: The scene reused a disposed PhysActor! *waves finger*, Don't be evil."); |
743 | } | 743 | } |
744 | } | 744 | } |
745 | 745 | ||