diff options
author | Justin Clarke Casey | 2008-09-06 00:44:50 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-09-06 00:44:50 +0000 |
commit | 01878b886cdf2133a1bea37f683a427301f89f44 (patch) | |
tree | cde0c7b516a85ff8f02eba64980e985359f6017a /OpenSim/Region/Environment/Scenes/Scene.cs | |
parent | * Blind fix what looks like a bug in the new land MSSQL code (diff) | |
download | opensim-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 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 1 |
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) |