Couple of small changes to Xml serialising of SceneObjectGroups (shouldn't effect anything).

This commit is contained in:
MW
2007-10-16 11:16:25 +00:00
parent 58ef357cbf
commit 0f1604a53f
2 changed files with 6 additions and 4 deletions

View File

@@ -69,7 +69,9 @@ namespace OpenSim.Region.Environment.Scenes
protected byte[] m_particleSystem = new byte[0];
[XmlIgnore]
public uint TimeStampFull = 0;
[XmlIgnore]
public uint TimeStampTerse = 0;
protected SceneObjectGroup m_parentGroup;