diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs index 86cb38d..efd96d2 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | |||
@@ -146,7 +146,9 @@ namespace OpenSim.Region.Environment.Scenes | |||
146 | if (transactions != null) | 146 | if (transactions != null) |
147 | { | 147 | { |
148 | LLUUID assetID = libsecondlife.LLUUID.Combine(transactionID, remoteClient.SecureSessionId); | 148 | LLUUID assetID = libsecondlife.LLUUID.Combine(transactionID, remoteClient.SecureSessionId); |
149 | AssetBase asset = AssetCache.GetAsset(assetID); | 149 | AssetBase asset |
150 | = AssetCache.GetAsset( | ||
151 | assetID, (item.assetType == (int)AssetType.Texture ? true : false)); | ||
150 | 152 | ||
151 | if (asset == null) | 153 | if (asset == null) |
152 | { | 154 | { |