diff options
author | Adam Frisby | 2008-05-08 04:47:38 +0000 |
---|---|---|
committer | Adam Frisby | 2008-05-08 04:47:38 +0000 |
commit | ba8ff761c0f807e4963b0b5a2d4e0513b352b485 (patch) | |
tree | 2d39614693cad7efc78a2276c915ac91757f109e /OpenSim/Region/Physics/OdePlugin | |
parent | * Some refactorings. (diff) | |
download | opensim-SC_OLD-ba8ff761c0f807e4963b0b5a2d4e0513b352b485.zip opensim-SC_OLD-ba8ff761c0f807e4963b0b5a2d4e0513b352b485.tar.gz opensim-SC_OLD-ba8ff761c0f807e4963b0b5a2d4e0513b352b485.tar.bz2 opensim-SC_OLD-ba8ff761c0f807e4963b0b5a2d4e0513b352b485.tar.xz |
* Reduced sleep durations in a number of files.
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs index acc0cee..076dfdf 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | |||
@@ -1103,9 +1103,6 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
1103 | { | 1103 | { |
1104 | if (prim.prim_geom != (IntPtr)0) | 1104 | if (prim.prim_geom != (IntPtr)0) |
1105 | { | 1105 | { |
1106 | |||
1107 | |||
1108 | //System.Threading.Thread.Sleep(20); | ||
1109 | prim.ResetTaints(); | 1106 | prim.ResetTaints(); |
1110 | 1107 | ||
1111 | 1108 | ||