Allow particles and texture anims to be persisted to XML. This behaviour is expected.
parent
e99341d7df
commit
7f61de8f57
|
@ -518,14 +518,12 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
set { m_scriptAccessPin = (int)value; }
|
set { m_scriptAccessPin = (int)value; }
|
||||||
}
|
}
|
||||||
|
|
||||||
[XmlIgnore]
|
|
||||||
public Byte[] TextureAnimation
|
public Byte[] TextureAnimation
|
||||||
{
|
{
|
||||||
get { return m_TextureAnimation; }
|
get { return m_TextureAnimation; }
|
||||||
set { m_TextureAnimation = value; }
|
set { m_TextureAnimation = value; }
|
||||||
}
|
}
|
||||||
|
|
||||||
[XmlIgnore]
|
|
||||||
public Byte[] ParticleSystem
|
public Byte[] ParticleSystem
|
||||||
{
|
{
|
||||||
get { return m_particleSystem; }
|
get { return m_particleSystem; }
|
||||||
|
|
Loading…
Reference in New Issue