diff options
author | MW | 2007-06-15 10:29:49 +0000 |
---|---|---|
committer | MW | 2007-06-15 10:29:49 +0000 |
commit | 3697408fae0a4c9b6bedf441450b3e8bc8fdcd24 (patch) | |
tree | 12e367b4f4ca2028b227c09002fd322940685fa4 /OpenSim/OpenSim.RegionServer/ClientView.API.cs | |
parent | trying to clean up the namespaces. (diff) | |
download | opensim-SC_OLD-3697408fae0a4c9b6bedf441450b3e8bc8fdcd24.zip opensim-SC_OLD-3697408fae0a4c9b6bedf441450b3e8bc8fdcd24.tar.gz opensim-SC_OLD-3697408fae0a4c9b6bedf441450b3e8bc8fdcd24.tar.bz2 opensim-SC_OLD-3697408fae0a4c9b6bedf441450b3e8bc8fdcd24.tar.xz |
some more rearranging
Diffstat (limited to '')
-rw-r--r-- | OpenSim/OpenSim.RegionServer/ClientView.API.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/OpenSim.RegionServer/ClientView.API.cs b/OpenSim/OpenSim.RegionServer/ClientView.API.cs index 3badec9..484ecc1 100644 --- a/OpenSim/OpenSim.RegionServer/ClientView.API.cs +++ b/OpenSim/OpenSim.RegionServer/ClientView.API.cs | |||
@@ -447,7 +447,7 @@ namespace OpenSim | |||
447 | /// <summary> | 447 | /// <summary> |
448 | /// Sends a full ObjectUpdatePacket to a client to inform it of a new primitive | 448 | /// Sends a full ObjectUpdatePacket to a client to inform it of a new primitive |
449 | /// or big changes to a existing primitive. | 449 | /// or big changes to a existing primitive. |
450 | /// uses default rotation | 450 | /// Uses default rotation |
451 | /// </summary> | 451 | /// </summary> |
452 | /// <param name="primData"></param> | 452 | /// <param name="primData"></param> |
453 | /// <param name="pos"></param> | 453 | /// <param name="pos"></param> |