aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Environment/Modules')
-rw-r--r--OpenSim/Region/Environment/Modules/SunModule.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Modules/SunModule.cs b/OpenSim/Region/Environment/Modules/SunModule.cs
index c941b1e..2dd5b77 100644
--- a/OpenSim/Region/Environment/Modules/SunModule.cs
+++ b/OpenSim/Region/Environment/Modules/SunModule.cs
@@ -152,7 +152,7 @@ namespace OpenSim.Region.Environment.Modules
152 // sunPhase = 12; 152 // sunPhase = 12;
153 // } 153 // }
154 // sunPhase = sunPhase - 12; 154 // sunPhase = sunPhase - 12;
155 155 //
156 // float yValue = 0.1f*(sunPhase); 156 // float yValue = 0.1f*(sunPhase);
157 // Console.WriteLine("Computed SunPhase: {0}, yValue: {1}", sunPhase, yValue); 157 // Console.WriteLine("Computed SunPhase: {0}, yValue: {1}", sunPhase, yValue);
158 // if (yValue > 1.2f) 158 // if (yValue > 1.2f)
@@ -182,6 +182,5 @@ namespace OpenSim.Region.Environment.Modules
182 // viewertime.TimeInfo.UsecSinceStart = (ulong) Util.UnixTimeSinceEpoch(); 182 // viewertime.TimeInfo.UsecSinceStart = (ulong) Util.UnixTimeSinceEpoch();
183 // // OutPacket(viewertime); 183 // // OutPacket(viewertime);
184 // } 184 // }
185
186 } 185 }
187} \ No newline at end of file 186} \ No newline at end of file