mirror of
https://github.com/opensim/opensim.git
synced 2026-08-02 23:18:34 +08:00
This commit is contained in:
@@ -101,7 +101,7 @@ namespace OpenSim
|
||||
avp.ObjectData.TextureEntry = textureEntry;
|
||||
|
||||
AvatarAppearancePacket.VisualParamBlock avblock = null;
|
||||
for (int i = 0; i < 218; i++)
|
||||
for (int i = 0; i < visualParams.Length; i++)
|
||||
{
|
||||
avblock = new AvatarAppearancePacket.VisualParamBlock();
|
||||
avblock.ParamValue = visualParams[i];
|
||||
|
||||
Reference in New Issue
Block a user