Bug fix: set the map image upon hyperlinking regions.

mysql-performance
Diva Canto 2009-12-21 08:55:12 -08:00
parent 641a789bbc
commit 4a33ee9fb9
1 changed files with 3 additions and 0 deletions

View File

@ -151,6 +151,9 @@ namespace OpenSim.Services.Connectors.Grid
m_AssetService.Store(ass);
// finally
info.TerrainImage = ass.FullID;
}
catch // LEGIT: Catching problems caused by OpenJPEG p/invoke
{