aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/UuidGatherer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/UuidGatherer.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/UuidGatherer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/UuidGatherer.cs b/OpenSim/Region/Framework/Scenes/UuidGatherer.cs
index 5eb42f7..1324978 100644
--- a/OpenSim/Region/Framework/Scenes/UuidGatherer.cs
+++ b/OpenSim/Region/Framework/Scenes/UuidGatherer.cs
@@ -187,7 +187,7 @@ namespace OpenSim.Region.Framework.Scenes
187 /// </summary> 187 /// </summary>
188 /// <param name="uuid"></param> 188 /// <param name="uuid"></param>
189 /// <returns></returns> 189 /// <returns></returns>
190 protected AssetBase GetAsset(UUID uuid) 190 protected virtual AssetBase GetAsset(UUID uuid)
191 { 191 {
192 m_waitingForObjectAsset = true; 192 m_waitingForObjectAsset = true;
193 m_assetCache.Get(uuid.ToString(), this, AssetReceived); 193 m_assetCache.Get(uuid.ToString(), this, AssetReceived);