mantis 8800: update warp3d.dll; fix export-map

This commit is contained in:
UbitUmarov
2020-12-10 17:12:46 +00:00
parent 25c9e66906
commit 90e441e805
2 changed files with 1 additions and 1 deletions

View File

@@ -1318,7 +1318,7 @@ namespace OpenSim.Region.CoreModules.World.WorldMap
int regionSizeY = (int)m_regionSizeY;
int regionX = (int)m_regionGlobalX;
int regionY = (int)m_regionGlobalX;
int regionY = (int)m_regionGlobalY;
int startX = regionX - regionsView;
int startY = regionY - regionsView;

Binary file not shown.