diff options
author | Master ScienceSim | 2010-10-29 13:45:59 -0700 |
---|---|---|
committer | Master ScienceSim | 2010-10-29 13:45:59 -0700 |
commit | 49fa7e91b93221f4bd33e6f009185bc0e043a880 (patch) | |
tree | 7082ef47bfc54ee68d53f029bca9377607023b42 /OpenSim/Region/Framework/Scenes | |
parent | Bunch of fixes that reduce the number of times appearance (diff) | |
download | opensim-SC_OLD-49fa7e91b93221f4bd33e6f009185bc0e043a880.zip opensim-SC_OLD-49fa7e91b93221f4bd33e6f009185bc0e043a880.tar.gz opensim-SC_OLD-49fa7e91b93221f4bd33e6f009185bc0e043a880.tar.bz2 opensim-SC_OLD-49fa7e91b93221f4bd33e6f009185bc0e043a880.tar.xz |
Clean up some cruft from the last commit. Re-add the initial update
send in the scene presence constructor... need to figure this out
later.
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 7d9c8e5..d4d6979 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -705,8 +705,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
705 | // Request info about all the (root) agents in this region | 705 | // Request info about all the (root) agents in this region |
706 | // Note: This won't send data *to* other clients in that region (children don't send) | 706 | // Note: This won't send data *to* other clients in that region (children don't send) |
707 | 707 | ||
708 | // MIC: This should be called by OnCompleteMovement | 708 | // MIC: This gets called again in CompleteMovement |
709 | // SendInitialFullUpdateToAllClients(); | 709 | SendInitialFullUpdateToAllClients(); |
710 | 710 | ||
711 | RegisterToEvents(); | 711 | RegisterToEvents(); |
712 | SetDirectionVectors(); | 712 | SetDirectionVectors(); |