Teleports, Asset upload / download, Restructure stuff, Fix varlength read bug, BVH parser, agent initial appearance and animation glitches, LLSD + Caps + Event queue
This commit is contained in:
@@ -89,7 +89,7 @@ export class ObjectUpdateCompressedMessage implements MessageBase
|
||||
pos += 4;
|
||||
varLength = buf.readUInt16LE(pos);
|
||||
pos += 2;
|
||||
newObjObjectData['Data'] = buf.slice(pos, pos + (varLength - 1));
|
||||
newObjObjectData['Data'] = buf.slice(pos, pos + varLength);
|
||||
pos += varLength;
|
||||
this.ObjectData.push(newObjObjectData);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user