aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
authorJeff Ames2008-05-16 13:33:57 +0000
committerJeff Ames2008-05-16 13:33:57 +0000
commit7fefb80abbde4bd8a9b19cb631736b5860274134 (patch)
treeb10ad0bb4a7e19bcdca675126320858b3427894f /OpenSim/Region/Environment/Scenes/ScenePresence.cs
parentSet svn:ignore. Minor formatting cleanup. (diff)
downloadopensim-SC_OLD-7fefb80abbde4bd8a9b19cb631736b5860274134.zip
opensim-SC_OLD-7fefb80abbde4bd8a9b19cb631736b5860274134.tar.gz
opensim-SC_OLD-7fefb80abbde4bd8a9b19cb631736b5860274134.tar.bz2
opensim-SC_OLD-7fefb80abbde4bd8a9b19cb631736b5860274134.tar.xz
Minor cleanup.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/ScenePresence.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/ScenePresence.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
index ba8bbd9..44805cc 100644
--- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
@@ -2312,7 +2312,7 @@ namespace OpenSim.Region.Environment.Scenes
2312 /* 2312 /*
2313 Dictionary<Guid, ScenePartUpdate> updateTimes_work = new Dictionary<Guid, ScenePartUpdate>(); 2313 Dictionary<Guid, ScenePartUpdate> updateTimes_work = new Dictionary<Guid, ScenePartUpdate>();
2314 2314
2315 foreach ( LLUUID id in m_updateTimes.Keys) 2315 foreach (LLUUID id in m_updateTimes.Keys)
2316 { 2316 {
2317 updateTimes_work.Add(id.UUID, m_updateTimes[id]); 2317 updateTimes_work.Add(id.UUID, m_updateTimes[id]);
2318 } 2318 }