aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/InnerScene.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-09-06 00:55:16 +0000
committerJustin Clarke Casey2008-09-06 00:55:16 +0000
commit4d86a324f8673484a12e079618ee740aae6965e3 (patch)
treee556dca12abbff5f1e0b0259e18689847828763a /OpenSim/Region/Environment/Scenes/InnerScene.cs
parent* Fix mantis 2130 - nre occuring sometimes when the regular prim update sweep... (diff)
downloadopensim-SC_OLD-4d86a324f8673484a12e079618ee740aae6965e3.zip
opensim-SC_OLD-4d86a324f8673484a12e079618ee740aae6965e3.tar.gz
opensim-SC_OLD-4d86a324f8673484a12e079618ee740aae6965e3.tar.bz2
opensim-SC_OLD-4d86a324f8673484a12e079618ee740aae6965e3.tar.xz
* minor: change hard tabs back to spaces in previous commit
* my excuse is that I hadn't used this monodevelop exe before...
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/InnerScene.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/InnerScene.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/InnerScene.cs b/OpenSim/Region/Environment/Scenes/InnerScene.cs
index 6b002fc..51ee4d0 100644
--- a/OpenSim/Region/Environment/Scenes/InnerScene.cs
+++ b/OpenSim/Region/Environment/Scenes/InnerScene.cs
@@ -143,7 +143,7 @@ namespace OpenSim.Region.Environment.Scenes
143 foreach (EntityBase entity in updateEntities) 143 foreach (EntityBase entity in updateEntities)
144 { 144 {
145 if (!entity.IsDeleted) 145 if (!entity.IsDeleted)
146 entity.Update(); 146 entity.Update();
147 } 147 }
148 } 148 }
149 149