diff options
author | Justin Clark-Casey (justincc) | 2011-02-18 22:00:52 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-02-18 22:00:52 +0000 |
commit | 60d47836ce4bc25d6eed637f506a459dccde6b82 (patch) | |
tree | 06a9ba6a8c90be7caa9306f7fc127042d74a92dc /OpenSim/Services/Connectors | |
parent | Add very basic test which invokes the scene update loop once and checks the f... (diff) | |
download | opensim-SC_OLD-60d47836ce4bc25d6eed637f506a459dccde6b82.zip opensim-SC_OLD-60d47836ce4bc25d6eed637f506a459dccde6b82.tar.gz opensim-SC_OLD-60d47836ce4bc25d6eed637f506a459dccde6b82.tar.bz2 opensim-SC_OLD-60d47836ce4bc25d6eed637f506a459dccde6b82.tar.xz |
minor: remove mono compiler warning
Diffstat (limited to 'OpenSim/Services/Connectors')
-rw-r--r-- | OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs b/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs index 8aa88cb..463b2fb 100644 --- a/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs +++ b/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs | |||
@@ -185,7 +185,7 @@ namespace OpenSim.Services.Connectors.Simulation | |||
185 | } | 185 | } |
186 | 186 | ||
187 | // unreachable | 187 | // unreachable |
188 | return true; | 188 | // return true; |
189 | } | 189 | } |
190 | 190 | ||
191 | /// <summary> | 191 | /// <summary> |