mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
avoid c# fun things, plus cosmetics
This commit is contained in:
@@ -137,7 +137,7 @@ namespace OpenSim.Framework.Monitoring
|
||||
}
|
||||
if (m_jobQueue != null)
|
||||
{
|
||||
m_jobQueue .Dispose();
|
||||
m_jobQueue.Dispose();
|
||||
m_jobQueue = null;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user