* minor: remove one mono warning
parent
874df490fb
commit
cb6baacc31
|
@ -352,7 +352,7 @@ namespace OpenSim.Region.CoreModules.Scripting.DynamicTexture
|
|||
texface.TextureID = asset.FullID;
|
||||
tmptex.FaceTextures[Face] = texface;
|
||||
}
|
||||
catch(Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
tmptex.DefaultTexture.TextureID = asset.FullID;
|
||||
}
|
||||
|
|
|
@ -162,7 +162,6 @@ namespace OpenSim.Region.CoreModules.World.Archiver
|
|||
xtw.WriteEndElement();
|
||||
xtw.WriteEndElement();
|
||||
|
||||
|
||||
xtw.Flush();
|
||||
xtw.Close();
|
||||
|
||||
|
|
Loading…
Reference in New Issue