aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/InnerScene.cs
diff options
context:
space:
mode:
authorJeff Ames2008-09-09 01:26:48 +0000
committerJeff Ames2008-09-09 01:26:48 +0000
commitfae34bb10cfa10702faf5c19d8c8517faa018cb5 (patch)
tree2001f24703b010957254dbb49ef5e222ff30b84d /OpenSim/Region/Environment/Scenes/InnerScene.cs
parentFix state xxx within state xxx itself triggering a state "change" to (diff)
downloadopensim-SC_OLD-fae34bb10cfa10702faf5c19d8c8517faa018cb5.zip
opensim-SC_OLD-fae34bb10cfa10702faf5c19d8c8517faa018cb5.tar.gz
opensim-SC_OLD-fae34bb10cfa10702faf5c19d8c8517faa018cb5.tar.bz2
opensim-SC_OLD-fae34bb10cfa10702faf5c19d8c8517faa018cb5.tar.xz
Update svn properties, formatting cleanup.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/InnerScene.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/InnerScene.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/InnerScene.cs b/OpenSim/Region/Environment/Scenes/InnerScene.cs
index 53b0a38..bfe6832 100644
--- a/OpenSim/Region/Environment/Scenes/InnerScene.cs
+++ b/OpenSim/Region/Environment/Scenes/InnerScene.cs
@@ -140,7 +140,7 @@ namespace OpenSim.Region.Environment.Scenes
140 List<EntityBase> updateEntities = GetEntities(); 140 List<EntityBase> updateEntities = GetEntities();
141 141
142 foreach (EntityBase entity in updateEntities) 142 foreach (EntityBase entity in updateEntities)
143 { 143 {
144 entity.Update(); 144 entity.Update();
145 } 145 }
146 } 146 }
@@ -325,7 +325,7 @@ namespace OpenSim.Region.Environment.Scenes
325 // Don't abort the whole update if one entity happens to give us an exception. 325 // Don't abort the whole update if one entity happens to give us an exception.
326 try 326 try
327 { 327 {
328 m_updateList[i].Update(); 328 m_updateList[i].Update();
329 } 329 }
330 catch (Exception e) 330 catch (Exception e)
331 { 331 {