diff options
author | Justin Clark-Casey (justincc) | 2011-07-11 02:29:51 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-07-11 02:29:51 +0100 |
commit | ce85675e705888f95fe00b6516da20118cbb24e0 (patch) | |
tree | 4d24858cf60aa58e59ef8c277e4b78e058c7c344 /OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | |
parent | refactor: Make arguments to SceneGraph.UpdatePrimFlags() more readable (diff) | |
download | opensim-SC_OLD-ce85675e705888f95fe00b6516da20118cbb24e0.zip opensim-SC_OLD-ce85675e705888f95fe00b6516da20118cbb24e0.tar.gz opensim-SC_OLD-ce85675e705888f95fe00b6516da20118cbb24e0.tar.bz2 opensim-SC_OLD-ce85675e705888f95fe00b6516da20118cbb24e0.tar.xz |
comment out accidential ProcessTaints physics debug line left in code
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 b63168a..0cf2f5d 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | |||
@@ -859,7 +859,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
859 | 859 | ||
860 | public void ProcessTaints(float timestep) | 860 | public void ProcessTaints(float timestep) |
861 | { | 861 | { |
862 | Console.WriteLine("ProcessTaints for " + Name); | 862 | //Console.WriteLine("ProcessTaints for " + Name); |
863 | if (m_taintadd) | 863 | if (m_taintadd) |
864 | { | 864 | { |
865 | changeadd(timestep); | 865 | changeadd(timestep); |