0000124: [patch] when calling Primitive.ParticleSystem.GetBytes(), PartMaxAge is never packed up. MaxAge is packed up twice - From Teravus

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1630 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Jim Radford
2008-02-03 03:54:28 +00:00
parent 7bfe59c28d
commit 11e4f3712f

View File

@@ -241,7 +241,7 @@ namespace libsecondlife
pack.PackUUID(Target);
pack.PackBits((uint)PartDataFlags, 32);
pack.PackFixed(MaxAge, false, 8, 8);
pack.PackFixed(PartMaxAge, false, 8, 8);
pack.PackColor(PartStartColor);
pack.PackColor(PartEndColor);
pack.PackFixed(PartStartScaleX, false, 3, 5);