diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs index 82392b1..0eb0c45 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | |||
@@ -2707,12 +2707,12 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
2707 | { | 2707 | { |
2708 | if (prim.m_taintremove) | 2708 | if (prim.m_taintremove) |
2709 | { | 2709 | { |
2710 | //Console.WriteLine("Simulate calls RemovePrimThreadLocked"); | 2710 | //Console.WriteLine("Simulate calls RemovePrimThreadLocked"); |
2711 | RemovePrimThreadLocked(prim); | 2711 | RemovePrimThreadLocked(prim); |
2712 | } | 2712 | } |
2713 | else | 2713 | else |
2714 | { | 2714 | { |
2715 | //Console.WriteLine("Simulate calls ProcessTaints"); | 2715 | //Console.WriteLine("Simulate calls ProcessTaints"); |
2716 | prim.ProcessTaints(timeStep); | 2716 | prim.ProcessTaints(timeStep); |
2717 | } | 2717 | } |
2718 | processedtaints = true; | 2718 | processedtaints = true; |