diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLImageManager.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLImageManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLImageManager.cs b/OpenSim/Region/ClientStack/LindenUDP/LLImageManager.cs index 6efe3e1..23ed798 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLImageManager.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLImageManager.cs | |||
@@ -405,7 +405,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
405 | /// </summary> | 405 | /// </summary> |
406 | public UUID AssetId | 406 | public UUID AssetId |
407 | { | 407 | { |
408 | get { return m_asset_ref.Metadata.FullID; } | 408 | get { return m_asset_ref.FullID; } |
409 | } | 409 | } |
410 | 410 | ||
411 | /// <summary> | 411 | /// <summary> |