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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user