diff options
author | UbitUmarov | 2019-08-27 21:24:54 +0100 |
---|---|---|
committer | UbitUmarov | 2019-08-27 21:24:54 +0100 |
commit | 60fa28740abaddd8f55513063ae528bac28ac7c7 (patch) | |
tree | dc7864f51d083b13c3587937eae27671285f108a /OpenSim/Region/CoreModules | |
parent | mantis 8583: osGetRegionMapTexture(); now returns prim region map textureID, ... (diff) | |
download | opensim-SC-60fa28740abaddd8f55513063ae528bac28ac7c7.zip opensim-SC-60fa28740abaddd8f55513063ae528bac28ac7c7.tar.gz opensim-SC-60fa28740abaddd8f55513063ae528bac28ac7c7.tar.bz2 opensim-SC-60fa28740abaddd8f55513063ae528bac28ac7c7.tar.xz |
mantis 8583: update region information on Grid on map regeneration
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r-- | OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs b/OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs index e7b9cb5..1dab18e 100644 --- a/OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs +++ b/OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs | |||
@@ -1545,7 +1545,7 @@ namespace OpenSim.Region.CoreModules.World.WorldMap | |||
1545 | if (consoleScene != null && consoleScene != m_scene) | 1545 | if (consoleScene != null && consoleScene != m_scene) |
1546 | return; | 1546 | return; |
1547 | 1547 | ||
1548 | GenerateMaptile(); | 1548 | m_scene.RegenerateMaptileAndReregister(this, null); |
1549 | } | 1549 | } |
1550 | 1550 | ||
1551 | public OSD HandleRemoteMapItemRequest(string path, OSD request, string endpoint) | 1551 | public OSD HandleRemoteMapItemRequest(string path, OSD request, string endpoint) |