diff options
author | Justin Clarke Casey | 2008-03-13 18:42:57 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-03-13 18:42:57 +0000 |
commit | 12cb0d15f891c902caa80323f2c5a362d0884dc4 (patch) | |
tree | d5d03b9c6c3e6becd71e5346d7a49deefea88cd7 /OpenSim | |
parent | Just a few comments (diff) | |
download | opensim-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 '')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 2 |
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 | { |