Skip to content

Commit

Permalink
Make mesh asset header available to the client
Browse files Browse the repository at this point in the history
  • Loading branch information
lkalif committed Feb 23, 2014
1 parent 59280cf commit ba33822
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OpenMetaverse/Assets/AssetTypes/AssetMesh.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public override bool Decode()
using (MemoryStream data = new MemoryStream(AssetData))
{
OSDMap header = (OSDMap)OSDParser.DeserializeLLSDBinary(data);
MeshData["asset_header"] = header;
long start = data.Position;

foreach(string partName in header.Keys)
Expand Down

0 comments on commit ba33822

Please # to comment.