diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 92c1060..76e632e 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -1085,7 +1085,10 @@ namespace OpenSim.Region.Framework.Scenes | |||
1085 | { | 1085 | { |
1086 | bool enableUpdateDebugging; | 1086 | bool enableUpdateDebugging; |
1087 | if (bool.TryParse(options["updates"], out enableUpdateDebugging)) | 1087 | if (bool.TryParse(options["updates"], out enableUpdateDebugging)) |
1088 | { | ||
1088 | DebugUpdates = enableUpdateDebugging; | 1089 | DebugUpdates = enableUpdateDebugging; |
1090 | GcNotify.Enabled = DebugUpdates; | ||
1091 | } | ||
1089 | } | 1092 | } |
1090 | } | 1093 | } |
1091 | 1094 | ||