diff options
author | Diva Canto | 2009-12-21 08:55:12 -0800 |
---|---|---|
committer | Diva Canto | 2009-12-21 08:55:12 -0800 |
commit | 4a33ee9fb9c59ec77f614bde53bec10232485aaa (patch) | |
tree | 3f8be7716f32757f273cedcc1c043e1f90872e83 /OpenSim/Services | |
parent | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-4a33ee9fb9c59ec77f614bde53bec10232485aaa.zip opensim-SC_OLD-4a33ee9fb9c59ec77f614bde53bec10232485aaa.tar.gz opensim-SC_OLD-4a33ee9fb9c59ec77f614bde53bec10232485aaa.tar.bz2 opensim-SC_OLD-4a33ee9fb9c59ec77f614bde53bec10232485aaa.tar.xz |
Bug fix: set the map image upon hyperlinking regions.
Diffstat (limited to 'OpenSim/Services')
-rw-r--r-- | OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs b/OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs index 968a6d6..7098b07 100644 --- a/OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs +++ b/OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs | |||
@@ -151,6 +151,9 @@ namespace OpenSim.Services.Connectors.Grid | |||
151 | 151 | ||
152 | m_AssetService.Store(ass); | 152 | m_AssetService.Store(ass); |
153 | 153 | ||
154 | // finally | ||
155 | info.TerrainImage = ass.FullID; | ||
156 | |||
154 | } | 157 | } |
155 | catch // LEGIT: Catching problems caused by OpenJPEG p/invoke | 158 | catch // LEGIT: Catching problems caused by OpenJPEG p/invoke |
156 | { | 159 | { |