Formatting cleanup.

This commit is contained in:
Jeff Ames
2009-10-01 01:00:09 +09:00
parent 33515c75e4
commit ee205e7e81
223 changed files with 875 additions and 930 deletions

View File

@@ -322,7 +322,7 @@ namespace OpenSim.Region.CoreModules
m_DayLengthHours = config.Configs["Sun"].GetDouble("day_length", d_day_length);
// Horizon shift, this is used to shift the sun's orbit, this affects the day / night ratio
// must hard code to ~.5 to match sun position in LL based viewers
// must hard code to ~.5 to match sun position in LL based viewers
m_HorizonShift = config.Configs["Sun"].GetDouble("day_night_offset", d_day_night);
@@ -494,7 +494,7 @@ namespace OpenSim.Region.CoreModules
receivedEstateToolsSunUpdate = true;
// Generate shared values
GenSunPos();
GenSunPos();
// When sun settings are updated, we should update all clients with new settings.
SunUpdateToAllClients();