mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Merge branch 'master' into httptests
This commit is contained in:
@@ -12569,11 +12569,11 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
}
|
||||
|
||||
int maxWearablesLoop = cachedtex.WearableData.Length;
|
||||
if (maxWearablesLoop > cacheItems.Length)
|
||||
maxWearablesLoop = cacheItems.Length;
|
||||
|
||||
if (cacheItems != null)
|
||||
{
|
||||
if (maxWearablesLoop > cacheItems.Length)
|
||||
maxWearablesLoop = cacheItems.Length;
|
||||
for (int i = 0; i < maxWearablesLoop; i++)
|
||||
{
|
||||
int idx = cachedtex.WearableData[i].TextureIndex;
|
||||
|
||||
Reference in New Issue
Block a user