mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +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:
@@ -31,7 +31,7 @@ using OpenSim.Region.Framework.Scenes;
|
||||
|
||||
namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
||||
{
|
||||
class SOPObjectMaterial : IObjectMaterial
|
||||
class SOPObjectMaterial : System.MarshalByRefObject, IObjectMaterial
|
||||
{
|
||||
private readonly int m_face;
|
||||
private readonly SceneObjectPart m_parent;
|
||||
|
||||
Reference in New Issue
Block a user