mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* minor: remove some mono compiler warnings
This commit is contained in:
@@ -36,12 +36,12 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
||||
private readonly IObject m_obj;
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
private readonly IGraphics m_graphics;
|
||||
private Scene m_scene;
|
||||
//private Scene m_scene;
|
||||
|
||||
public Host(IObject m_obj, Scene m_scene)
|
||||
{
|
||||
this.m_obj = m_obj;
|
||||
this.m_scene = m_scene;
|
||||
//this.m_scene = m_scene;
|
||||
|
||||
m_graphics = new Graphics(m_scene);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user