diff options
author | Justin Clarke Casey | 2009-03-17 21:20:58 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-03-17 21:20:58 +0000 |
commit | 7658e30dfc986792e17b86dfcb63592f6df9edee (patch) | |
tree | ce45a2bfb29c1ff4fe478a3b5b5376594acd7d6b /OpenSim/Region/Framework | |
parent | Fixed the looping on llParcelMediaCommandList, now PARCEL_MEDIA_COMMAND_PLAY ... (diff) | |
download | opensim-SC_OLD-7658e30dfc986792e17b86dfcb63592f6df9edee.zip opensim-SC_OLD-7658e30dfc986792e17b86dfcb63592f6df9edee.tar.gz opensim-SC_OLD-7658e30dfc986792e17b86dfcb63592f6df9edee.tar.bz2 opensim-SC_OLD-7658e30dfc986792e17b86dfcb63592f6df9edee.tar.xz |
* minor: remove compiler warning
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs index 28ea8b0..2fe005d 100644 --- a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs +++ b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs | |||
@@ -274,7 +274,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
274 | /// Async component for informing client of which neighbours exist | 274 | /// Async component for informing client of which neighbours exist |
275 | /// </summary> | 275 | /// </summary> |
276 | /// <remarks> | 276 | /// <remarks> |
277 | /// This needs to run asynchronesously, as a network timeout may block the thread for a long while | 277 | /// This needs to run asynchronously, as a network timeout may block the thread for a long while |
278 | /// </remarks> | 278 | /// </remarks> |
279 | /// <param name="remoteClient"></param> | 279 | /// <param name="remoteClient"></param> |
280 | /// <param name="a"></param> | 280 | /// <param name="a"></param> |