mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
* minor: remove one mono warning
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user