diff options
author | Melanie | 2009-08-05 18:38:42 +0100 |
---|---|---|
committer | Melanie | 2009-08-05 18:38:42 +0100 |
commit | b1e7e033900ccdc5383fedfd85ae3c1d88710a5c (patch) | |
tree | 9494a331fbc35893e7a3d2c8fe23abff886060f6 /OpenSim/Region/Physics | |
parent | Add README to addon-modules (diff) | |
parent | insert a little more debug info for TestReplicateArchivePathToUserInventory() (diff) | |
download | opensim-SC-b1e7e033900ccdc5383fedfd85ae3c1d88710a5c.zip opensim-SC-b1e7e033900ccdc5383fedfd85ae3c1d88710a5c.tar.gz opensim-SC-b1e7e033900ccdc5383fedfd85ae3c1d88710a5c.tar.bz2 opensim-SC-b1e7e033900ccdc5383fedfd85ae3c1d88710a5c.tar.xz |
Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensim
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs index 83db396..9805ff5 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | |||
@@ -2863,7 +2863,8 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
2863 | //if ((framecount % m_randomizeWater) == 0) | 2863 | //if ((framecount % m_randomizeWater) == 0) |
2864 | // randomizeWater(waterlevel); | 2864 | // randomizeWater(waterlevel); |
2865 | 2865 | ||
2866 | int RayCastTimeMS = m_rayCastManager.ProcessQueuedRequests(); | 2866 | //int RayCastTimeMS = m_rayCastManager.ProcessQueuedRequests(); |
2867 | m_rayCastManager.ProcessQueuedRequests(); | ||
2867 | 2868 | ||
2868 | collision_optimized(timeStep); | 2869 | collision_optimized(timeStep); |
2869 | 2870 | ||