This may bring the missing texture back.
parent
0787967f59
commit
275e53b126
|
@ -134,8 +134,12 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
|
|
||||||
protected void AssetReceived(string id, Object sender, AssetBase asset)
|
protected void AssetReceived(string id, Object sender, AssetBase asset)
|
||||||
{
|
{
|
||||||
|
UUID assetID = UUID.Zero;
|
||||||
if (asset != null)
|
if (asset != null)
|
||||||
AssetDataCallback(asset.FullID, asset);
|
assetID = asset.FullID;
|
||||||
|
|
||||||
|
AssetDataCallback(assetID, asset);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private int GetPacketForBytePosition(int bytePosition)
|
private int GetPacketForBytePosition(int bytePosition)
|
||||||
|
|
Loading…
Reference in New Issue