aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
diff options
context:
space:
mode:
authorTeravus Ovares2008-03-09 17:50:24 +0000
committerTeravus Ovares2008-03-09 17:50:24 +0000
commit7cae577094ea166de6ed8b1aab7879aa157a1b6d (patch)
treeb2a098e35f0d1d16dae673d473e9be7f2afabe12 /OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
parentUpdate svn properties. (diff)
downloadopensim-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.cs2
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