* minor: remove some warnings
parent
230835dbaa
commit
b1248004f0
|
@ -46,14 +46,14 @@ namespace OpenSim.Region.Environment.Modules.Agent.TextureDownload
|
|||
// See ITextureSender
|
||||
|
||||
// private bool m_sending = false;
|
||||
private UUID m_textureId;
|
||||
//private UUID m_textureId;
|
||||
|
||||
// See ITextureSender
|
||||
|
||||
public TextureNotFoundSender(IClientAPI client, UUID textureID)
|
||||
{
|
||||
// // m_client = client;
|
||||
m_textureId = textureID;
|
||||
//m_textureId = textureID;
|
||||
}
|
||||
|
||||
#region ITextureSender Members
|
||||
|
|
|
@ -891,7 +891,7 @@ namespace PrimMesher
|
|||
public bool calcVertexNormals = false;
|
||||
private bool normalsProcessed = false;
|
||||
|
||||
private List<Coord> edgeNormals;
|
||||
//private List<Coord> edgeNormals;
|
||||
|
||||
public string ParamsToDisplayString()
|
||||
{
|
||||
|
@ -964,8 +964,8 @@ namespace PrimMesher
|
|||
|
||||
float length = this.pathCutEnd - this.pathCutBegin;
|
||||
normalsProcessed = false;
|
||||
if (this.calcVertexNormals)
|
||||
this.edgeNormals = new List<Coord>();
|
||||
//if (this.calcVertexNormals)
|
||||
// this.edgeNormals = new List<Coord>();
|
||||
|
||||
#if VIEWER
|
||||
if (this.sides == 3)
|
||||
|
|
Loading…
Reference in New Issue