* minor: remove one mono warning

This commit is contained in:
Justin Clarke Casey
2009-06-12 14:29:42 +00:00
parent 874df490fb
commit cb6baacc31
2 changed files with 1 additions and 2 deletions

View File

@@ -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;
}