avoid c# fun things, plus cosmetics

This commit is contained in:
UbitUmarov
2020-07-14 17:54:58 +01:00
parent b2068fd39f
commit f32c0ead05
9 changed files with 112 additions and 50 deletions

View File

@@ -137,7 +137,7 @@ namespace OpenSim.Framework.Monitoring
}
if (m_jobQueue != null)
{
m_jobQueue .Dispose();
m_jobQueue.Dispose();
m_jobQueue = null;
}
}

View File

@@ -147,7 +147,7 @@ namespace OpenSim.Framework
//this is a vector3 now, but all viewers expect a vector4, so keeping like this for now
public Vector4 sunlight_color = new Vector4(0.7342f, 0.7815f, 0.9f, 0.3f);
public string Name = "Default";
public string Name = "DefaultSky";
public float cloud_variance = 0;
public float dome_offset = 0.96f;

View File

@@ -53,9 +53,7 @@ namespace OpenSim.Framework
/// </summary>
public static class WebUtil
{
private static readonly ILog m_log =
LogManager.GetLogger(
MethodBase.GetCurrentMethod().DeclaringType);
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
/// <summary>
/// Control the printing of certain debug messages.