aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-09-06 00:44:50 +0000
committerJustin Clarke Casey2008-09-06 00:44:50 +0000
commit01878b886cdf2133a1bea37f683a427301f89f44 (patch)
treecde0c7b516a85ff8f02eba64980e985359f6017a /OpenSim/Region/Environment/Scenes/Scene.cs
parent* Blind fix what looks like a bug in the new land MSSQL code (diff)
downloadopensim-SC_OLD-01878b886cdf2133a1bea37f683a427301f89f44.zip
opensim-SC_OLD-01878b886cdf2133a1bea37f683a427301f89f44.tar.gz
opensim-SC_OLD-01878b886cdf2133a1bea37f683a427301f89f44.tar.bz2
opensim-SC_OLD-01878b886cdf2133a1bea37f683a427301f89f44.tar.xz
* Fix mantis 2130 - nre occuring sometimes when the regular prim update sweep occurs
* Fold m_deleted and m_isDeleted together (ugh!)
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index 45062eb..becd7dc 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -760,7 +760,6 @@ namespace OpenSim.Region.Environment.Scenes
760 if (m_frame % m_update_backup == 0) 760 if (m_frame % m_update_backup == 0)
761 { 761 {
762 UpdateStorageBackup(); 762 UpdateStorageBackup();
763
764 } 763 }
765 764
766 if (m_frame % m_update_terrain == 0) 765 if (m_frame % m_update_terrain == 0)