diff options
author | Justin Clark-Casey | 2009-08-05 17:33:23 +0100 |
---|---|---|
committer | Justin Clark-Casey | 2009-08-05 17:33:23 +0100 |
commit | 190bdc8a2e8fa842759087749592769f951834ab (patch) | |
tree | 5f8015500e8602417018ba409edc1cfd0acc674d /OpenSim/Region/Physics/OdePlugin | |
parent | reinstate TestReplicateArchivePathToUserInventory() (diff) | |
download | opensim-SC_OLD-190bdc8a2e8fa842759087749592769f951834ab.zip opensim-SC_OLD-190bdc8a2e8fa842759087749592769f951834ab.tar.gz opensim-SC_OLD-190bdc8a2e8fa842759087749592769f951834ab.tar.bz2 opensim-SC_OLD-190bdc8a2e8fa842759087749592769f951834ab.tar.xz |
* Remove some mono compiler warnings
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 | ||