mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
* Applies Mantis #3630 - Adds support for outside MRM initialisation, makes MRMModule compatible with the Visual Studio MRMLoader ( http://forge.opensimulator.org/gf/project/mrmloader/ )
This commit is contained in:
@@ -33,7 +33,7 @@ using OpenSim.Region.Framework.Scenes;
|
||||
|
||||
namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
||||
{
|
||||
class Graphics : IGraphics
|
||||
class Graphics : System.MarshalByRefObject, IGraphics
|
||||
{
|
||||
private readonly Scene m_scene;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user