mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
replace accidently deleted line from last commit
This commit is contained in:
@@ -66,6 +66,8 @@ namespace OpenSim.Region.OptionalModules.Materials
|
||||
private Scene m_scene = null;
|
||||
private bool m_enabled = false;
|
||||
|
||||
public Dictionary<UUID, OSDMap> m_regionMaterials = new Dictionary<UUID, OSDMap>();
|
||||
|
||||
public void Initialise(IConfigSource source)
|
||||
{
|
||||
m_enabled = true; // default is enabled
|
||||
|
||||
Reference in New Issue
Block a user