aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-03-13 18:42:57 +0000
committerJustin Clarke Casey2008-03-13 18:42:57 +0000
commit12cb0d15f891c902caa80323f2c5a362d0884dc4 (patch)
treed5d03b9c6c3e6becd71e5346d7a49deefea88cd7 /OpenSim/Region/Environment/Scenes/Scene.cs
parentJust a few comments (diff)
downloadopensim-SC_OLD-12cb0d15f891c902caa80323f2c5a362d0884dc4.zip
opensim-SC_OLD-12cb0d15f891c902caa80323f2c5a362d0884dc4.tar.gz
opensim-SC_OLD-12cb0d15f891c902caa80323f2c5a362d0884dc4.tar.bz2
opensim-SC_OLD-12cb0d15f891c902caa80323f2c5a362d0884dc4.tar.xz
* Put back a comment I just inexplicably zapped
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index ba72841..58c32a4 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -618,7 +618,7 @@ namespace OpenSim.Region.Environment.Scenes
618 } 618 }
619 619
620 /// <summary> 620 /// <summary>
621 /// 621 /// Start the timer which triggers regular scene updates
622 /// </summary> 622 /// </summary>
623 public void StartTimer() 623 public void StartTimer()
624 { 624 {