* Added GetXml() functions for several of the data types and most all of the prim-related classes

* Added a few FromXml() skeletons with FIXME notes
* Teleport example checks the current region name against "" instead of null (we need a callback here)
* Got rid of an SLProxy warning with an empty set of brackets

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@631 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2006-11-25 14:07:29 +00:00
parent c4c39eab80
commit 7ea0e0e5c2
8 changed files with 874 additions and 673 deletions

View File

@@ -512,7 +512,7 @@ namespace libsecondlife
packet.ObjectData.RayTargetID = LLUUID.Zero;
packet.ObjectData.BypassRaycast = 1;
packet.ObjectData.TextureEntry = prim.Textures.ToBytes();
packet.ObjectData.TextureEntry = prim.Textures.GetBytes();
Client.Network.SendPacket(packet, simulator);
}