mirror of
https://github.com/opensim/opensim.git
synced 2026-07-07 21:25:47 +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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user